We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the management commands to use the appropriate service accounts.
Currently the following service accounts are not getting used correctly:
Not using these means some actions cannot be performed in a management command and we have to instead exec into a webapp or worker pod.
Here is an example of how to do this: https://stackoverflow.com/a/68372042
Here is how the management commands are currently built:
https://github.com/rehive/rdeploy/blob/1688d6cbea4108700e2d96f52b9fbd98dbb7da75/rdeploy/utils.py#L101C1-L101C1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Update the management commands to use the appropriate service accounts.
Currently the following service accounts are not getting used correctly:
Not using these means some actions cannot be performed in a management command and we have to instead exec into a webapp or worker pod.
Here is an example of how to do this:
https://stackoverflow.com/a/68372042
Here is how the management commands are currently built:
https://github.com/rehive/rdeploy/blob/1688d6cbea4108700e2d96f52b9fbd98dbb7da75/rdeploy/utils.py#L101C1-L101C1
The text was updated successfully, but these errors were encountered: