File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
charts/deployment-operator Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 5858 port : http
5959 resources :
6060 {{- toYaml .Values.resources | nindent 12 }}
61+ {{ if .Values.additionalVolumeMounts }}
62+ volumeMounts :
63+ {{ toYaml .Values.additionalVolumeMounts | nindent 12 }}
64+ {{ end }}
6165 - name : {{ .Chart.Name }}-agentk
6266 securityContext :
6367 {{- toYaml .Values.securityContext | nindent 12 }}
@@ -125,6 +129,9 @@ spec:
125129 mountPath : /etc/agentk/config
126130 readOnly : true
127131 {{- end }}
132+ {{ if .Values.additionalVolumeMounts }}
133+ {{ toYaml .Values.additionalVolumeMounts | nindent 12 }}
134+ {{ end }}
128135 volumes :
129136 - name : service-account-token-volume
130137 projected :
@@ -156,6 +163,9 @@ spec:
156163 defaultMode : 0444
157164 name : {{ include "deployment-operator.fullname" . }}
158165 {{- end }}
166+ {{ if .Values.additioanlVolumes }}
167+ {{ toYaml .Values.additionalVolumes | nindent 8 }}
168+ {{ end }}
159169 {{- with .Values.nodeSelector }}
160170 nodeSelector :
161171 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change 22# This is a YAML-formatted file.
33# Declare variables to be passed into your templates.
44
5+ additionalVolumes : ~
6+ additionalVolumeMounts : ~
7+
58replicaCount : 1
69
710args :
You can’t perform that action at this time.
0 commit comments