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
For external vault, end users have to manually set EXTERNAL_VAULT = true and VAULT_URL = in the version stream makefile.
The issue with this is that every time they run jx gitops upgrade, the make file will get over written.
jx gitops upgrade
What we can do instead is set those values in the jx-boot-job-env-vars secret in the jx-git-operator namespace
The text was updated successfully, but these errors were encountered:
ankitm123
Successfully merging a pull request may close this issue.
Summary
For external vault, end users have to manually set EXTERNAL_VAULT = true and VAULT_URL = in the version stream makefile.
The issue with this is that every time they run
jx gitops upgrade
, the make file will get over written.What we can do instead is set those values in the jx-boot-job-env-vars secret in the jx-git-operator namespace
The text was updated successfully, but these errors were encountered: