Skip to content
Snippets Groups Projects
Commit b152395f authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

move fsGroup

parent 5710c2a6
No related branches found
No related tags found
No related merge requests found
Pipeline #132975 failed
...@@ -15,7 +15,7 @@ type: application ...@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.4 version: 0.7.5
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to
......
...@@ -32,13 +32,15 @@ spec: ...@@ -32,13 +32,15 @@ spec:
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: true
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
runAsGroup: 999
runAsUser: 999
fsGroup: 999
containers: containers:
- name: rshiny-pod - name: rshiny-pod
image: {{ .Values.imageFullNameAndTag }} image: {{ .Values.imageFullNameAndTag }}
securityContext: securityContext:
runAsGroup: 999 runAsGroup: 999
runAsUser: 999 runAsUser: 999
fsGroup: 999
ports: ports:
- name: http - name: http
containerPort: 3838 containerPort: 3838
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment