You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a job were I have define initContainers: - name: wait-for-postgres image: busybox:1.28 command: ['sh', '-c', 'until nslookup postgres-service; do echo waiting for postgres-service; sleep 2; done']
and also use ttlSecondsAfterFinished: 60 to delete job but what other container should run afterword's,
How can I do this?
Thanks
The text was updated successfully, but these errors were encountered:
Created a job were I have define
initContainers: - name: wait-for-postgres image: busybox:1.28 command: ['sh', '-c', 'until nslookup postgres-service; do echo waiting for postgres-service; sleep 2; done']
and also use
ttlSecondsAfterFinished: 60
to delete job but what other container should run afterword's,How can I do this?
Thanks
The text was updated successfully, but these errors were encountered: