Skip to content

Commit 01b1c63

Browse files
committed
Set restartPolicy to Never to debug the failing job
1 parent 95f7d79 commit 01b1c63

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)