Skip to content

Commit

Permalink
Removed some of the security context for the locust timescale postgre…
Browse files Browse the repository at this point in the history
…s container.
  • Loading branch information
alfredeen committed May 15, 2024
1 parent 82b341a commit 9330dab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
statefulset.kubernetes.io/pod-name: locust
spec:
securityContext:
runAsNonRoot: true
#runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containers:
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/postgres-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
app: postgres
spec:
securityContext:
runAsNonRoot: true
#runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containers:
Expand Down

0 comments on commit 9330dab

Please sign in to comment.