We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e8de8 commit 5c14c45Copy full SHA for 5c14c45
templates/pool.yaml
@@ -58,7 +58,7 @@ spec:
58
name: certs-store-{{ . }}
59
{{- if $.Values.dcache.door.enabled }}
60
- name: wait-for-core
61
- image: busybox:1.28
+ image: busybox:1.37
62
command: ['sh', '-c', "until nc -z -v {{ $.Release.Name }}-door-svc.{{ $.Release.Namespace }}.svc.cluster.local {{ $.Values.cell.tunnel }}; do echo waiting for core to start; sleep 2; done"]
63
{{ end }}
64
volumes:
0 commit comments