-
Notifications
You must be signed in to change notification settings - Fork 11
Add license support to helm chart #345
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
Conversation
@idanovo this should be updated before releasing no-fluffy |
d512586
to
799fd0d
Compare
@Isan-Rivkin rebased after fluffy deprecation. Please review new code |
799fd0d
to
79dc35b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, almost there!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@N-o-Z Thanks!
Left 1 important comment but everything else LGTM!
Approving to make sure it's not blocking over the weekend but please notice it since this will not "compile" when using existing secret.
charts/lakefs/templates/_env.tpl
Outdated
{{- if and .Values.existingSecret .Values.secretKeys.licenseContentsKey }} | ||
- name: secret-volume-license-token | ||
secret: | ||
secretName: secretName: {{ .Values.existingSecret }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
secretName: secretName: {{ .Values.existingSecret }} | |
secretName: {{ .Values.existingSecret }} |
Closes #344