File tree 3 files changed +6
-2
lines changed
install/kubernetes/github-actions-cache-server
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.0
18
+ version : 0.1.1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 34
34
{{- toYaml . | nindent 8 }}
35
35
{{- end }}
36
36
serviceAccountName : {{ include "github-actions-cache-server.serviceAccountName" . }}
37
+ securityContext :
38
+ {{- toYaml .Values.podSecurityContext | nindent 8 }}
37
39
containers :
38
40
- name : {{ .Chart.Name }}
39
41
securityContext :
Original file line number Diff line number Diff line change @@ -31,14 +31,16 @@ serviceAccount:
31
31
podAnnotations : {}
32
32
podLabels : {}
33
33
34
+ podSecurityContext :
35
+ fsGroup : 1000
36
+
34
37
securityContext :
35
38
capabilities :
36
39
drop :
37
40
- ALL
38
41
readOnlyRootFilesystem : true
39
42
runAsNonRoot : true
40
43
runAsUser : 1000
41
- fsGroup : 1000
42
44
43
45
service :
44
46
type : ClusterIP
You can’t perform that action at this time.
0 commit comments