UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Adding gitlab-runner

Merged Jason Krause requested to merge bb-81-jpkk into master
1 unresolved thread
Files
2
@@ -3,8 +3,7 @@
set -ex
## This is an array to instantiate the order of wait conditions
ORDERED_HELMRELEASES="gatekeeper istio-operator istio monitoring eck-operator ek fluent-bit twistlock cluster-auditor authservice argocd gitlab haproxy-sso minio-operator minio anchore sonarqube"
ORDERED_HELMRELEASES="gatekeeper istio-operator istio monitoring eck-operator ek fluent-bit twistlock cluster-auditor authservice argocd gitlab haproxy-sso gitlab-runner minio-operator minio anchore sonarqube"
## This the actual deployed helmrelease objects in the cluster
DEPLOYED_HELMRELEASES=$(kubectl get hr --no-headers -n bigbang | awk '{ print $1}')
Loading