You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/provisioner.sh
+3-1
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,9 @@ fi
111
111
helm repo update
112
112
113
113
# Substitute environment variables into the Cilium Helm values file.
114
-
envsubst <"${CILIUM_HELM_VALUES_FILE}"> tmp1
114
+
envsubst <"${CILIUM_HELM_VALUES_FILE}"> tmp1
115
+
# Just try to wait a bit to avoid this https://github.com/isovalent/terraform-k8s-cilium/issues/42 issue. If the file is still not available in 5 seconds, we will let helm install to throw out the error.
116
+
sleep 5
115
117
116
118
if [[ "${CILIUM_HELM_VALUES_OVERRIDE_FILE}"!="" ]];
0 commit comments