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
Describe the bug commit 6ee8d1f introduced .Values.rsa.existingSecret. It is not possible anymore to install the chart without defining rsa.
As .Values.rsa is nil by default, and it is a parent of existingSecret, the following change (runner.yaml) fails.
secretName: {{ default "robusta-auth-config-secret" .Values.rsa.existingSecret }}
To Reproduce Steps to reproduce the behavior:
Expected behavior The chart should be installed without .Values.rsa or .Values.rsa.existingSecret defined
Additional context Proposal: #1161
The text was updated successfully, but these errors were encountered:
Closing since its merged #1161
Sorry, something went wrong.
No branches or pull requests
Describe the bug
commit 6ee8d1f introduced .Values.rsa.existingSecret.
It is not possible anymore to install the chart without defining rsa.
As .Values.rsa is nil by default, and it is a parent of existingSecret, the following change (runner.yaml) fails.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The chart should be installed without .Values.rsa or .Values.rsa.existingSecret defined
Additional context
Proposal: #1161
The text was updated successfully, but these errors were encountered: