Skip to content

Commit

Permalink
backstage can also be checked now
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinlercher authored May 5, 2024
1 parent 8a640d4 commit e9566cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions install-k3d-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,9 @@ helm install argocd argo-cd \

kubectl apply -f https://raw.githubusercontent.com/suxess-it/sx-cnp-oss/main/bootstrap-app-k3d.yaml -n argocd



# max wait for 10 minutes
end=$((SECONDS+600))
argocd_apps="argocd sx-loki sx-kubecost sx-keycloak sx-promtail sx-tempo sx-crossplane sx-bootstrap-app sx-kargo approved-application-team-app sx-cert-manager sx-argo-rollouts sx-external-secrets sx-kyverno sx-kube-prometheus-stack"
argocd_apps="argocd sx-backstage sx-loki sx-kubecost sx-keycloak sx-promtail sx-tempo sx-crossplane sx-bootstrap-app sx-kargo approved-application-team-app sx-cert-manager sx-argo-rollouts sx-external-secrets sx-kyverno sx-kube-prometheus-stack"

all_apps_synced="true"
while [ $SECONDS -lt $end ]; do
Expand Down Expand Up @@ -82,5 +80,3 @@ if [ ${all_apps_synced} != "true" ] ; then
echo "not all apps synced and healthy after 6ßß seconds"
exit 1
fi

echo "app 'sx-backstage' is not checked because there we need to manually apply secrets"

0 comments on commit e9566cf

Please sign in to comment.