-
Notifications
You must be signed in to change notification settings - Fork 139
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
extraVolumes and extraVolumeMounts #147
Comments
@PG2000 good suggestion, but as i can see this approach also goes with
or just one |
@arttor for me the latter would be fine. |
ok, go ahead! |
@arttor any hints how to implement this? I've seen that i haven't a hook in order to add some template code. So. i had the following ideas:
#@ begin
#@ {{ helm template code ...}}
#@ end and replace it after marshaling the struct. What do you think? |
sorry, i didn't got the question. But probably you a looking some thing like this resources: {{- toYaml .Values.myapp.app.resources | nindent 10 }} It takes object or array from values file and adds it to template with correct indentation. |
Hello,
many charts allow to provide extraVolumes and extraVolumeMounts in order to mount volumes (certificates, configmaps etc.) that should be used by the controller.
It would be great if helmify would support this.
Maybe via some flags.
If ok for you then i could implement this.
The text was updated successfully, but these errors were encountered: