Skip to content

Commit

Permalink
apps wc: Add admission.gatekeeper.sh/ignore label to kube-system and …
Browse files Browse the repository at this point in the history
…gatekeeper-system namespaces
  • Loading branch information
jakubkrzywda authored and tordsson committed Feb 18, 2021
1 parent 3a9c727 commit be0b8f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespaces:
- name: kube-public
- name: kube-system
labels:
control-plane: "true"
admission.gatekeeper.sh/ignore: "true"
- name: monitoring
- name: ingress-nginx
- name: velero
Expand All @@ -18,7 +18,7 @@ namespaces:
- name: gatekeeper
- name: gatekeeper-system
labels:
control-plane: "true"
admission.gatekeeper.sh/ignore: "true"
{{ end }}
commonLabels:
owner: operator

0 comments on commit be0b8f3

Please sign in to comment.