Skip to content

Commit

Permalink
Change deployment group for run in Kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiKuziaevQubership committed Feb 25, 2025
1 parent ecbae15 commit 8f9f936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/env-checker/templates/Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
{{- end }}
securityContext:
{{ if eq .Values.PAAS_PLATFORM "Kubernetes" }}
runAsGroup: 10001
runAsGroup: 100
{{ end }}
readOnlyRootFilesystem: {{ .Values.READONLY_CONTAINER_FILE_SYSTEM_ENABLED }}
runAsNonRoot: true
Expand Down

0 comments on commit 8f9f936

Please sign in to comment.