Skip to content

Commit

Permalink
Enforce PodSecurityStandards since psp disappeared in 1.25 (#320)
Browse files Browse the repository at this point in the history
Pod Security Policies were removed in kubernetes 1.25 and the default chart fails to install on a modern cluster running 1.29.2
  • Loading branch information
ebCrypto authored Oct 22, 2024
1 parent c90fd45 commit 36bc9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/starboard-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ imagePullSecrets: {}

global:
podSecurityStandards:
enforced: false
enforced: true

pod:
user:
Expand Down

0 comments on commit 36bc9c9

Please sign in to comment.