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 69308a7 commit efe42a4Copy full SHA for efe42a4
charts/cf-runtime/templates/_components/ballast/_deployment.yaml
@@ -32,7 +32,7 @@ spec:
32
securityContext: {{- omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
33
{{- end }}
34
containers:
35
- - name: wait
+ - name: pause
36
image: {{ include (printf "%s.image.name" $cfCommonTplSemver) (dict "image" .Values.image "context" .) }}
37
imagePullPolicy: {{ .Values.image.pullPolicy | default "Always" }}
38
resources:
0 commit comments