create namespaces before other resources

This commit is contained in:
Andrey Kartashov 2019-11-15 20:15:04 +07:00
parent a2e770325d
commit cbd796ec91
6 changed files with 12 additions and 0 deletions

View file

@ -2,3 +2,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: argocd
annotations:
argocd.argoproj.io/sync-wave: "-1"

View file

@ -2,3 +2,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: cert-manager
annotations:
argocd.argoproj.io/sync-wave: "-1"

View file

@ -2,3 +2,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: nginx-ingress
annotations:
argocd.argoproj.io/sync-wave: "-1"

View file

@ -2,3 +2,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: oauth2-proxy
annotations:
argocd.argoproj.io/sync-wave: "-1"

View file

@ -2,3 +2,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: prometheus-operator
annotations:
argocd.argoproj.io/sync-wave: "-1"

View file

@ -2,3 +2,5 @@ apiVersion: v1
kind: Namespace
metadata:
name: sealedsecrets
annotations:
argocd.argoproj.io/sync-wave: "-1"