Skip to content

Commit 87829da

Browse files
authored
Merge pull request #8401 from mkumatag/set_restart_policy
Set restartPolicy to Never to debug the failing job
2 parents 95f7d79 + 01b1c63 commit 87829da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/ibm-ppc64le/helm/external-secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ extraObjects:
101101
volumeMounts:
102102
- name: credentials
103103
mountPath: /home/.ibmcloud
104-
restartPolicy: OnFailure
104+
restartPolicy: Never
105105
volumes:
106106
- name: credentials
107107
secret:

0 commit comments

Comments
 (0)