1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||
apiVersion: v1 |
|||
kind: Namespace |
|||
metadata: |
|||
name: helm-guestbook |
|||
annotations: |
|||
argocd.argoproj.io/sync-wave: "-1" |
|||
--- |
|||
apiVersion: v1 |
|||
kind: Namespace |
|||
metadata: |
|||
name: kustomize-guestbook |
|||
annotations: |
|||
argocd.argoproj.io/sync-wave: "-1" |
|||
--- |
|||
apiVersion: v1 |
|||
kind: Namespace |
|||
metadata: |
|||
name: sync-waves |
|||
annotations: |
|||
argocd.argoproj.io/sync-wave: "-1" |
Loading…
Reference in new issue