We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df28a8 commit 2d41e6eCopy full SHA for 2d41e6e
sync-hooks-waves/05-sync-waves/cleanup.yml
@@ -2,7 +2,7 @@ apiVersion: batch/v1
2
kind: Job
3
metadata:
4
namespace: example05
5
- generateName: cleanup-after-sync-
+ name: cleanup-after-sync
6
annotations:
7
argocd.argoproj.io/sync-wave: "10"
8
spec:
sync-hooks-waves/05-sync-waves/db-upgrade.yml
- generateName: my-db-upgrade-
+ name: my-db-upgrade
argocd.argoproj.io/sync-wave: "-20"
sync-hooks-waves/05-sync-waves/grafana-notify.yml
- generateName: grafana-notify-
+ name: grafana-notify
argocd.argoproj.io/sync-wave: "-10"
0 commit comments