Skip to content

Commit 522c6c8

Browse files
Fix Pod Security Context Template (#74)
Signed-off-by: Clint Chester <clint.chester@synergy.net.au>
1 parent d20fc4f commit 522c6c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

chart/kepler/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ annotations:
2222
url: https://keybase.io/bradmccoydev/pgp_keys.asc
2323
2424
type: application
25-
version: 0.5.12
25+
version: 0.5.13
2626
appVersion: release-0.7.12

chart/kepler/templates/daemonset.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ spec:
118118
secret:
119119
secretName: {{ .Values.redfish.name }}
120120
{{- end }}
121+
{{- with .Values.podSecurityContext }}
122+
securityContext:
123+
{{- toYaml . | nindent 8 }}
124+
{{- end }}
121125
{{- with .Values.nodeSelector }}
122126
nodeSelector:
123127
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)