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 5ed761b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cosignwebhook
description: A Helm chart for Cosign Webhook Admission Controller
type: application
version: 4.1.1-rc1
version: 4.1.1-rc2
appVersion: "4.3.0"
maintainers:
- name: eumel8
Expand Down
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 5ed761b

Please sign in to comment.