Skip to content

Commit 53fe3ca

Browse files
Fixed namespace
1 parent 2d41e6e commit 53fe3ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sync-hooks-waves/05-sync-waves/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apps/v1
33
kind: Deployment
44
metadata:
55
name: simple-deployment
6-
namespace: example04
6+
namespace: example05
77
spec:
88
replicas: 1
99
selector:

sync-hooks-waves/06-waves-and-hooks/grafana-notify.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
namespace: example06
55
generateName: grafana-notify-
66
annotations:
7+
argocd.argoproj.io/hook: PreSync
78
argocd.argoproj.io/sync-wave: "-20"
89
spec:
910
template:

0 commit comments

Comments
 (0)