UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 5e030787 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'micah.nagel-master-patch-87283' into 'master'

Misc changes found via nightly CI

See merge request platform-one/big-bang/bigbang!820
parents d51c56d5 c784bd30
No related branches found
No related tags found
1 merge request!820Misc changes found via nightly CI
Pipeline #451002 passed
......@@ -41,14 +41,16 @@ spec:
dependsOn:
- name: ek
namespace: {{ .Release.Namespace }}
{{- if .Values.gatekeeper.enabled }}
- name: gatekeeper
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.istio.enabled }}
- name: istio
namespace: {{ .Release.Namespace }}
{{- end }}
{{- if .Values.monitoring.enabled }}
- name: monitoring
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}
{{- end }}
\ No newline at end of file
......@@ -141,7 +141,7 @@ elif [[ ! -z "$CI_MERGE_REQUEST_LABELS" ]]; then
fi
echo "Waiting on GitRepositories"
kubectl wait --for=condition=Ready --timeout 60s gitrepositories -n bigbang --all
kubectl wait --for=condition=Ready --timeout 180s gitrepositories -n bigbang --all
for package in "${HELMRELEASES[@]}";
do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment