We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1439e8 commit 01b9f02Copy full SHA for 01b9f02
examples/starter-manual-sync/versions/0.0.1/workflowTemplate.yaml
@@ -24,6 +24,11 @@ spec:
24
entrypoint: starter-manual-sync
25
templates:
26
- name: starter-manual-sync
27
+ metadata:
28
+ annotations:
29
+ argo-hub-template/description: 'Sync, wait and send a slack message once the app is synced'
30
+ argo-hub-template/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/gitops-promotion/assets/icon.svg"
31
+ argo-hub-template/icon_background: "#004C76"
32
dag:
33
tasks:
34
- name: sync
0 commit comments