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 2e660e5 commit 2911e0fCopy full SHA for 2911e0f
templates/deployments.yaml
@@ -1041,7 +1041,7 @@ spec:
1041
lifecycle:
1042
postStart:
1043
exec:
1044
- command: ["/bin/bash", "-c", "/post-start.sh"]
+ command: ["/bin/bash", "/post-start.sh"]
1045
resources:
1046
{{- toYaml .Values.st2actionrunner.resources | nindent 10 }}
1047
{{- if .Values.st2actionrunner.serviceAccount.attach }}
@@ -1294,7 +1294,7 @@ spec:
1294
1295
1296
1297
1298
1299
requests:
1300
memory: "5Mi"
0 commit comments