Skip to content

Commit

Permalink
Added runAsUser field for redis manifests
Browse files Browse the repository at this point in the history
Signed-off-by: anandf <[email protected]>
  • Loading branch information
anandf committed Apr 29, 2024
1 parent b3a3927 commit 1defd67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/ha/base/redis-ha/chart/upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,7 @@ spec:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
env:
Expand Down Expand Up @@ -1252,6 +1253,7 @@ spec:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
livenessProbe:
Expand Down Expand Up @@ -1308,6 +1310,7 @@ spec:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
livenessProbe:
Expand Down Expand Up @@ -1358,6 +1361,7 @@ spec:
drop:
- ALL
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
type: RuntimeDefault
env:
Expand Down

0 comments on commit 1defd67

Please sign in to comment.