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
useExistingSecrets: true removes the anchore-enterprise secret from the cluster.
useExistingSecrets: true
anchore-enterprise
But if reverting to useExistingSecrets: false is then used, the upgrade pod fails due to lack of existing anchore-enterprise secrets.
useExistingSecrets: false
Recovery requires manual generation of enchore-enterprise secret and addition of helm annotations and labels.
enchore-enterprise
The text was updated successfully, but these errors were encountered:
No branches or pull requests
useExistingSecrets: true
removes theanchore-enterprise
secret from the cluster.But if reverting to
useExistingSecrets: false
is then used, the upgrade pod fails due to lack of existinganchore-enterprise
secrets.Recovery requires manual generation of
enchore-enterprise
secret and addition of helm annotations and labels.The text was updated successfully, but these errors were encountered: