We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7cfdd commit 4bf879eCopy full SHA for 4bf879e
1 file changed
charts/imp/templates/operator/deployment.yaml
@@ -67,12 +67,16 @@ spec:
67
periodSeconds: 10
68
resources:
69
{{- toYaml .Values.operator.resources | nindent 10 }}
70
+ {{- if .Values.webhook.certManager.enabled }}
71
volumeMounts:
72
- name: webhook-tls
73
mountPath: /tmp/k8s-webhook-server/serving-certs
74
readOnly: true
75
+ {{- end }}
76
77
volumes:
78
79
secret:
80
secretName: {{ include "imp.fullname" . }}-webhook-tls
81
82
terminationGracePeriodSeconds: 10
0 commit comments