Skip to content

Commit

Permalink
fix: added missing enforcement action for constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
vicenteherrera committed Sep 10, 2023
1 parent f401bb5 commit d9a9675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/gatekeeper/chart-constraints/templates/c-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: K8sRequiredLabels
metadata:
name: ns-must-have-gk
spec:
enforcementAction: deny
match:
kinds:
- apiGroups: ["apps"]
Expand Down

0 comments on commit d9a9675

Please sign in to comment.