Skip to content

Commit

Permalink
Remove PSP from kustomize deploy
Browse files Browse the repository at this point in the history
Removing PSP and related config since it is deprecated in 1.25.0.

Users can add their config if needed.

Signed-off-by: David Porter <david@porter.me>
  • Loading branch information
bobbypage committed Nov 5, 2022
1 parent 24dd1de commit 8cf5212
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 47 deletions.
10 changes: 0 additions & 10 deletions deploy/kubernetes/base/clusterrole.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions deploy/kubernetes/base/clusterrolebinding.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion deploy/kubernetes/base/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: cadvisor
containers:
- name: cadvisor
image: gcr.io/cadvisor/cadvisor:v0.39.0
image: gcr.io/cadvisor/cadvisor:v0.45.0
resources:
requests:
memory: 400Mi
Expand Down
3 changes: 0 additions & 3 deletions deploy/kubernetes/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ namespace: cadvisor
commonLabels:
app: cadvisor
resources:
- clusterrole.yaml
- clusterrolebinding.yaml
- daemonset.yaml
- namespace.yaml
- podsecuritypolicy.yaml
- serviceaccount.yaml
21 changes: 0 additions & 21 deletions deploy/kubernetes/base/podsecuritypolicy.yaml

This file was deleted.

0 comments on commit 8cf5212

Please sign in to comment.