|
|
@@ -65,11 +65,6 @@ spec:
|
|
|
{{- end }}
|
|
|
{{- end }}
|
|
|
{{- end }}
|
|
|
- {{- if .Values.webhook.enabled }}
|
|
|
- volumeMounts:
|
|
|
- - name: certs
|
|
|
- mountPath: {{ .Values.webhook.certDir }}
|
|
|
- {{- end }}
|
|
|
ports:
|
|
|
- containerPort: {{ .Values.prometheus.service.port }}
|
|
|
protocol: TCP
|
|
|
@@ -113,6 +108,11 @@ spec:
|
|
|
{{- end }}
|
|
|
{{- end }}
|
|
|
{{- end }}
|
|
|
+ {{- if .Values.webhook.enabled }}
|
|
|
+ volumeMounts:
|
|
|
+ - name: certs
|
|
|
+ mountPath: {{ .Values.webhook.certDir }}
|
|
|
+ {{- end }}
|
|
|
ports:
|
|
|
- containerPort: 9443
|
|
|
protocol: TCP
|