Skip to content

Commit

Permalink
fix: disable PSPs explictly to avoid upgrade failures (#1437)
Browse files Browse the repository at this point in the history
* fix: disable PSPs

* fix(gatekeeper): Disable psps by default

PSP was removed in k8s 1.25, we should explicitly disable PSPs in our
default values.

---------

Co-authored-by: Grace Do <xgrace@gmail.com>
  • Loading branch information
Alex Palesandro and gracedo committed Jul 31, 2023
1 parent 861da23 commit 4cb79ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/gatekeeper/3.11.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ data:
enabled: false
controllerManager:
tlsMinVersion: 1.2
psp:
enabled: false
3 changes: 3 additions & 0 deletions services/logging-operator/3.17.10/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ metadata:
data:
values.yaml: |
---
rbac:
psp:
enabled: false
resources:
limits:
cpu: 1000m
Expand Down

0 comments on commit 4cb79ea

Please sign in to comment.