Skip to content

Commit

Permalink
helm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohan Enamala committed Apr 5, 2021
1 parent 0fc1855 commit 1397c0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Votingapp-Deployment/vote-app/templates/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ spec:
spec:
initContainers:
- name: check-db-ready
image: postgres:9.6.5
image: "{{ .Values.worker.initContainerImage.repository }}:{{ .Values.worker.initContainerImage.tag }}"
command: ['sh', '-c','until pg_isready -h db -p 5432; do echo waiting for database; sleep 2; done;']
containers:
Expand Down

0 comments on commit 1397c0f

Please sign in to comment.