Skip to content

Commit

Permalink
Fix openshift permission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharsanan1 committed Oct 30, 2024
1 parent f99553d commit d02ae41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,12 +383,13 @@ postgresql:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
fsGroup: 1001
containerSecurityContext:
enabled: true
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
runAsUser: null
runAsUser: 1001

image:
debug: true
Expand All @@ -407,12 +408,13 @@ redis:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
fsGroup: 1001
containerSecurityContext:
enabled: true
allowPrivilegeEscalation: false
capabilities:
drop: ["ALL"]
runAsUser: null
runAsUser: 1001
auth:
enabled: false
image:
Expand Down

0 comments on commit d02ae41

Please sign in to comment.