We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20fc4f commit 522c6c8Copy full SHA for 522c6c8
chart/kepler/Chart.yaml
@@ -22,5 +22,5 @@ annotations:
22
url: https://keybase.io/bradmccoydev/pgp_keys.asc
23
24
type: application
25
-version: 0.5.12
+version: 0.5.13
26
appVersion: release-0.7.12
chart/kepler/templates/daemonset.yaml
@@ -118,6 +118,10 @@ spec:
118
secret:
119
secretName: {{ .Values.redfish.name }}
120
{{- end }}
121
+ {{- with .Values.podSecurityContext }}
122
+ securityContext:
123
+ {{- toYaml . | nindent 8 }}
124
+ {{- end }}
125
{{- with .Values.nodeSelector }}
126
nodeSelector:
127
{{- toYaml . | nindent 8 }}
0 commit comments