Skip to content

Commit 0dad7ed

Browse files
committed
WIP: Add webhook annotation
Signed-off-by: Todd Short <[email protected]>
1 parent d9e59fe commit 0dad7ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/olmv1/templates/40-mutatingwebhookconfiguration-catalogd-mutating-webhook-configuration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ metadata:
1010
{{- if .Values.components.certManager.enabled }}
1111
cert-manager.io/inject-ca-from-secret: cert-manager/olmv1-ca
1212
{{- end }}
13+
{{- with .Values.components.catalogd.webhook.annotations }}
14+
{{- toYamlPretty . | nindent 4 }}
15+
{{- end }}
1316
{{- include "olmv1.annotations" . | nindent 4 }}
1417
webhooks:
1518
- admissionReviewVersions:

0 commit comments

Comments
 (0)