Skip to content

Commit bdedecd

Browse files
Regenerate Helm Chart with support for extraVolumeMounts
1 parent d6b03c2 commit bdedecd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

charts/network-operator/templates/manager/manager.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ spec:
8787
{}
8888
{{- end }}
8989
volumeMounts:
90+
{{- if .Values.manager.extraVolumeMounts }}
91+
{{- toYaml .Values.manager.extraVolumeMounts | nindent 10 }}
92+
{{- end }}
9093
{{- if .Values.certManager.enable }}
9194
- mountPath: /tmp/k8s-webhook-server/serving-certs
9295
name: webhook-certs
@@ -101,6 +104,9 @@ spec:
101104
serviceAccountName: {{ include "network-operator.resourceName" (dict "suffix" "controller-manager" "context" $) }}
102105
terminationGracePeriodSeconds: 10
103106
volumes:
107+
{{- if .Values.manager.extraVolumes }}
108+
{{- toYaml .Values.manager.extraVolumes | nindent 8 }}
109+
{{- end }}
104110
{{- if .Values.certManager.enable }}
105111
- name: webhook-certs
106112
secret:

0 commit comments

Comments
 (0)