There was an error while loading. Please reload this page.
1 parent 7037559 commit 831737dCopy full SHA for 831737d
1 file changed
charts/lago/templates/clock-deployment.yaml
@@ -36,15 +36,6 @@ spec:
36
{{- toYaml . | nindent 8 }}
37
{{- end }}
38
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 }}
48
- name: wait-for-migrations
49
image: "docker.io/bitnami/kubectl:{{ include "kubectlVersion" . }}"
50
args:
0 commit comments