Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jan 6, 2024
1 parent 795f5b6 commit 02c87de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions itest/argocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ argocd app sync fink

# Synk fink apps
argocd app sync strimzi
# Try to make it simpler
# see https://github.com/argoproj/argo-cd/discussions/16729 and https://stackoverflow.com/questions/77750481/argocd-app-of-apps-ensuring-strimzi-child-app-health-before-kafka-app-sync
# TODO Try to make it simpler, try a sync-wave on Strimzi Application?
# see https://github.com/argoproj/argo-cd/discussions/16729
# and https://stackoverflow.com/questions/77750481/argocd-app-of-apps-ensuring-strimzi-child-app-health-before-kafka-app-sync
retry kubectl wait --for condition=established --timeout=60s crd/kafkas.kafka.strimzi.io crd/kafkatopics.kafka.strimzi.io
argocd app sync -l app.kubernetes.io/instance=fink

0 comments on commit 02c87de

Please sign in to comment.