Skip to content

Commit

Permalink
fix: readded objectSelector in the correct place
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed Nov 12, 2024
1 parent 9cf001f commit 693c2e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/templates/admission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ webhooks:
apiVersions: ["v1"]
resources: ["pods"]
scope: "*"
objectSelector: {}
failurePolicy: {{ .Values.admission.failurePolicy }}
sideEffects: {{ .Values.admission.sideEffects }}
timeoutSeconds: {{ .Values.admission.timeoutSeconds }}

0 comments on commit 693c2e6

Please sign in to comment.