UNCLASSIFIED - NO CUI

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

Misc changes found via nightly CI

parent bc96332d
No related branches found
No related tags found
1 merge request!820Misc changes found via nightly CI
......@@ -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