Skip to content

Commit

Permalink
Merge pull request #3196 from bobbypage/removepsp
Browse files Browse the repository at this point in the history
Remove PSP from kustomize deploy
  • Loading branch information
bobbypage authored Nov 7, 2022
2 parents c1a39fd + 8cf5212 commit f725247
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 f725247

Please sign in to comment.