File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ spec:
107
107
volumeMounts :
108
108
- mountPath : /etc/beyla/config
109
109
name : beyla-config
110
+ {{- with .Values.volumeMounts }}
111
+ {{- toYaml . | nindent 12 }}
112
+ {{- end }}
110
113
{{- if or .Values.global.image.pullSecrets .Values.image.pullSecrets }}
111
114
imagePullSecrets :
112
115
{{- if .Values.global.image.pullSecrets }}
@@ -131,3 +134,6 @@ spec:
131
134
- name : beyla-config
132
135
configMap :
133
136
name : {{ default (include "beyla.fullname" .) .Values.config.name }}
137
+ {{- with .Values.volumes }}
138
+ {{- toYaml . | nindent 8 }}
139
+ {{- end }}
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ volumes: []
146
146
# secretName: mysecret
147
147
# optional: false
148
148
149
- # -- Additional volumeMounts on the output Deployment definition.
149
+ # -- Additional volumeMounts on the output daemonset definition.
150
150
volumeMounts : []
151
151
# - name: foo
152
152
# mountPath: "/etc/foo"
You can’t perform that action at this time.
0 commit comments