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
Currently, we delete the helm deployment when archiving. This can cause problems like generating new different passwords.
A better way of doing archiving might be scaling the deployment to 0 replicas.
To do this we need to:
archive
unarchive
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we delete the helm deployment when archiving. This can cause problems like generating new different passwords.
A better way of doing archiving might be scaling the deployment to 0 replicas.
To do this we need to:
archive
control script to scale to 0 instead of deleteunarchive
script that scales to a non-zero number of replicasunarchive
script from the Octopod backend.The text was updated successfully, but these errors were encountered: