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 5d33638 commit 59285feCopy full SHA for 59285fe
helm/openwhisk/templates/nginx-pod.yaml
@@ -63,6 +63,9 @@ spec:
63
- name: logs
64
emptyDir: {}
65
{{ include "openwhisk.docker.imagePullSecrets" . | indent 6 }}
66
+ initContainers:
67
+ # Wait for a controller to be up (which implies kafka, zookeeper, couchdb are all up as well).
68
+{{ include "openwhisk.readiness.waitForController" . | indent 6 }}
69
containers:
70
- name: nginx
71
image: "{{- .Values.docker.registry.name -}}{{- .Values.nginx.imageName -}}:{{- .Values.nginx.imageTag -}}"
0 commit comments