Skip to content

Commit

Permalink
add sync command
Browse files Browse the repository at this point in the history
  • Loading branch information
imperfect-fourth committed Oct 19, 2023
1 parent 6dd4742 commit 170bd00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/release-config-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ steps:
command: |
echo y | argocd login --username admin --password $ARGOCD_ADMIN_SECRET argocd.hasura-app.io --insecure
argocd app list --selector 'application=postgres-ndc-config-server'
argocd app sync --selector 'application=postgres-ndc-config-server'
plugins:
- hasura/smooth-secrets#v1.3.2:
secrets:
Expand Down

0 comments on commit 170bd00

Please sign in to comment.