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.
2 parents 5528bd8 + d39973b commit c38fc81Copy full SHA for c38fc81
config/overlays/helm/mutatingwebhook.yaml
@@ -2,6 +2,8 @@ apiVersion: admissionregistration.k8s.io/v1
2
kind: MutatingWebhookConfiguration
3
metadata:
4
name: mutating-webhook-configuration
5
+ annotations:
6
+ cert-manager.io/inject-ca-from: "___'{{ include \"chart.namespace\" . }}/open-feature-operator-serving-cert'___"
7
webhooks:
8
- name: mutate.openfeature.dev
9
failurePolicy: "___{{ .Values.mutatingWebhook.failurePolicy }}___"
0 commit comments