Skip to content

Commit 831737d

Browse files
committed
fix clock dep
1 parent 7037559 commit 831737d

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

charts/lago/templates/clock-deployment.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ spec:
3636
{{- toYaml . | nindent 8 }}
3737
{{- end }}
3838
initContainers:
39-
{{ if .Values.redis.enabled }}
40-
- name: wait-for-redis
41-
image: "docker.io/bitnami/kubectl:{{ include "kubectlVersion" . }}"
42-
args:
43-
- wait
44-
- pod/{{ .Release.Name }}-redis-master-0
45-
- --for=condition=ready
46-
- --timeout=180s
47-
{{ end }}
4839
- name: wait-for-migrations
4940
image: "docker.io/bitnami/kubectl:{{ include "kubectlVersion" . }}"
5041
args:

0 commit comments

Comments
 (0)