You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
481 B
28 lines
481 B
5 years ago
|
apiVersion: v1
|
||
|
kind: Namespace
|
||
|
metadata:
|
||
|
name: helm-guestbook
|
||
|
annotations:
|
||
|
argocd.argoproj.io/sync-wave: "-1"
|
||
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Namespace
|
||
|
metadata:
|
||
|
name: helm-hooks
|
||
|
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"
|