Skip to content

Commit

Permalink
Fix Rabbitmq security context (#824)
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan authored Jan 24, 2024
1 parent 2cff4fe commit 02726a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog/kubedb/raw/rabbitmq/rabbitmq-3.12.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
initContainer:
image: ghcr.io/kubedb/rabbitmq-init:3.12.12
securityContext:
runAsUser: 1001
runAsUser: 999
version: 3.12.12
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ spec:
initContainer:
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/rabbitmq-init") $) }}:3.12.12'
securityContext:
runAsUser: 1001
runAsUser: 999
version: 3.12.12
{{ end }}

0 comments on commit 02726a5

Please sign in to comment.