Skip to content

Commit

Permalink
manifests: set required-scc for openshift workloads
Browse files Browse the repository at this point in the history
  • Loading branch information
liouk committed Feb 20, 2024
1 parent 5b3a050 commit 1355336
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindata/v4.1.0/aws-pod-identity-webhook/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: restricted-v2
labels:
app: pod-identity-webhook
spec:
Expand Down
1 change: 1 addition & 0 deletions bindata/v4.1.0/azure-pod-identity-webhook/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: restricted-v2
labels:
app: pod-identity-webhook
spec:
Expand Down
1 change: 1 addition & 0 deletions manifests/03-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: restricted-v2
labels:
app: cloud-credential-operator
control-plane: controller-manager
Expand Down
2 changes: 2 additions & 0 deletions pkg/assets/v410_00_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1355336

Please sign in to comment.