helm / helm/community

I want to create a job which depend on postgres pod and other pods should start after job gets done

Open
#339 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
495
Forks
210
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.