Skip to content

Commit

Permalink
Merge pull request #453 from hendrikKahl/switch-psp-off
Browse files Browse the repository at this point in the history
Switch PSPs off by default
  • Loading branch information
hendrikKahl authored Apr 26, 2023
2 parents 0aded21 + 218cef1 commit d2eceeb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ podManagementPolicy: OrderedReady

rbac:
create: true
pspEnabled: true
pspEnabled: false

readinessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ podAnnotations:

rbac:
create: true
pspEnabled: true
pspEnabled: false

readinessProbe:
failureThreshold: 5
Expand Down Expand Up @@ -157,4 +157,4 @@ syslogService:
loadBalancerIP:
# loadBalancerSourceRanges: []
## Set the externalTrafficPolicy in the Service to either Cluster or Local
# externalTrafficPolicy: Cluster
# externalTrafficPolicy: Cluster
4 changes: 2 additions & 2 deletions charts/testmachinery/charts/logging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ loki:
memory: 8Gi
terminationGracePeriodSeconds: 300
rbac:
pspEnabled: true
pspEnabled: false

promtail:
nameOverride: promtail
Expand All @@ -47,7 +47,7 @@ promtail:
value: testload
effect: NoSchedule
rbac:
pspEnabled: true
pspEnabled: false
scrapeConfigs:
- job_name: pods
pipeline_stages:
Expand Down
4 changes: 2 additions & 2 deletions charts/testmachinery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ logging:
loggingEnabled: true
promtail:
rbac:
pspEnabled: true
pspEnabled: false
image:
repository: grafana/promtail
tag: 2.0.0
loki:
rbac:
pspEnabled: true
pspEnabled: false
image:
repository: grafana/loki
tag: 2.0.0
Expand Down

0 comments on commit d2eceeb

Please sign in to comment.