We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2818d7 commit 7511f49Copy full SHA for 7511f49
hack/update-webhook-configurations.yq
@@ -8,7 +8,7 @@ with(.metadata;
8
.name = "{{ include \"chart.name\" . }}-" + .name,
9
.annotations["cert-manager.io/inject-ca-from"] = "{{ .Release.Namespace}}/{{ template \"chart.name\" . }}-admission-tls"
10
),
11
-with(.webhooks[0].clientConfig.service;
+with(.webhooks[].clientConfig.service;
12
.name = "{{ include \"chart.name\" . }}-admission",
13
.namespace = "{{ .Release.Namespace }}"
14
)
0 commit comments