Added the option to supply additional

volumes to the flagger pod.

Signed-off-by: Gaurav Dasson <gaurav.dasson@gmail.com>
This commit is contained in:
Gaurav Dasson
2023-04-06 16:01:38 +05:30
committed by Sanskar Jaiswal
parent cf267d0bbd
commit 2ced721cf1
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -50,6 +50,9 @@ spec:
secret:
secretName: "{{ .Values.controlplane.kubeconfig.secretName }}"
{{- end }}
{{- if .Values.additionalVolumes }}
{{- toYaml .Values.additionalVolumes | nindent 8 -}}
{{- end }}
{{- if .Values.podPriorityClassName }}
priorityClassName: {{ .Values.podPriorityClassName }}
{{- end }}
+5
View File
@@ -177,3 +177,8 @@ podDisruptionBudget:
podLabels: {}
noCrossNamespaceRefs: false
#Placeholder to supply additional volumes to the flagger pod
additionalVolumes: {}
# - name: tmpfs
# emptyDir: {}