Skip to content
New issue

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

[helm] fix about volume auth-config-secret definition if .rsa is nil #1161

Merged

Conversation

michMartineau
Copy link
Contributor

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 }}

@michMartineau michMartineau marked this pull request as ready for review November 10, 2023 15:50
@pavangudiwada pavangudiwada added the needs-review A community contribution for Robusta team to review label Nov 16, 2023
Copy link
Contributor

@arikalon1 arikalon1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good
thanks for the PR @michMartineau

@arikalon1 arikalon1 merged commit cf33ddc into robusta-dev:master Nov 18, 2023
8 checks passed
pavangudiwada pushed a commit to pavangudiwada/robusta that referenced this pull request Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-review A community contribution for Robusta team to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants