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.
2 parents 46f076c + 0d0ce76 commit 51c1bf0Copy full SHA for 51c1bf0
manifests/helm/kepler/templates/daemonset.yaml
@@ -65,6 +65,10 @@ spec:
65
readOnly: true
66
- name: cfm
67
mountPath: /etc/kepler
68
+ {{- with .Values.daemonset.startupProbe }}
69
+ startupProbe:
70
+ {{- toYaml . | nindent 12 }}
71
+ {{- end }}
72
{{- with .Values.daemonset.livenessProbe }}
73
livenessProbe:
74
{{- toYaml . | nindent 12 }}
manifests/helm/kepler/values.yaml
@@ -61,6 +61,8 @@ daemonset:
61
initialDelaySeconds: 10
62
periodSeconds: 60
63
64
+ startupProbe: {}
+
readinessProbe: {}
config:
0 commit comments