File tree 3 files changed +8
-1
lines changed
charts/steadybit-extension-http
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : steadybit-extension-http
3
3
description : Steadybit action implementation to check HTTP endpoints.
4
- version : 1.0.16
4
+ version : 1.0.17
5
5
appVersion : latest
6
6
home : https://www.steadybit.com/
7
7
icon : https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Original file line number Diff line number Diff line change 29
29
{{- toYaml . | nindent 8 }}
30
30
{{- end }}
31
31
spec :
32
+ {{- with .Values.podSecurityContext }}
33
+ securityContext :
34
+ {{- toYaml . | nindent 8 }}
35
+ {{- end }}
32
36
containers :
33
37
- image : {{ .Values.image.name }}:{{ .Values.image.tag }}
34
38
imagePullPolicy : {{ .Values.image.pullPolicy }}
Original file line number Diff line number Diff line change @@ -76,6 +76,9 @@ topologySpreadConstraints: []
76
76
# affinity -- Affinities to influence pod assignment.
77
77
affinity : {}
78
78
79
+ # podSecurityContext -- SecurityContext to apply to the pod.
80
+ podSecurityContext : {}
81
+
79
82
# extraEnv -- Array with extra environment variables to add to the container
80
83
# e.g:
81
84
# extraEnv:
You can’t perform that action at this time.
0 commit comments