You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Workflow Template is an example for post promotion workflow that:
6
+
- Sync an application in ArgoCD. See `argocd app sync --help` with the ArgoCD CLI for flags
7
+
- Wait for an application in ArgoCD. See `argocd app wait --help` with the ArgoCD CLI for flags
8
+
- send messages to a Slack channel using a webhook URL.
9
+
10
+
11
+
## Inputs/Outputs
12
+
13
+
#### Parameters
14
+
* APP_NAME (required)- The app to sync (if syncing by label, use flags).
15
+
* APP_NAMESPACE - The app namespace.
16
+
* SERVER_URL (required) - The address to reach ArgoCD
17
+
(if in cluster, something like `argocd-server.<namespace>.svc.cluster.local` for cli based; `argo-cd-server.<namespace>.svc.cluster.local` for helm based.
18
+
It's important to note that users have the flexibility to customize and modify these designations based on their specific preferences or requirements.)
0 commit comments