File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
install/kubernetes/github-actions-cache-server Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.0
18+ version : 0.1.1
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 3434 {{- toYaml . | nindent 8 }}
3535 {{- end }}
3636 serviceAccountName : {{ include "github-actions-cache-server.serviceAccountName" . }}
37+ securityContext :
38+ {{- toYaml .Values.podSecurityContext | nindent 8 }}
3739 containers :
3840 - name : {{ .Chart.Name }}
3941 securityContext :
Original file line number Diff line number Diff line change @@ -31,14 +31,16 @@ serviceAccount:
3131podAnnotations : {}
3232podLabels : {}
3333
34+ podSecurityContext :
35+ fsGroup : 1000
36+
3437securityContext :
3538 capabilities :
3639 drop :
3740 - ALL
3841 readOnlyRootFilesystem : true
3942 runAsNonRoot : true
4043 runAsUser : 1000
41- fsGroup : 1000
4244
4345service :
4446 type : ClusterIP
You can’t perform that action at this time.
0 commit comments