| 123456789101112131415161718192021222324252627 |
- apiVersion: v1
- kind: Namespace
- metadata:
- name: argocd
- annotations:
- argocd.argoproj.io/sync-wave: "-1"
- ---
- apiVersion: v1
- kind: Namespace
- metadata:
- name: "gitea"
- annotations:
- argocd.argoproj.io/sync-wave: "-1"
- ---
- apiVersion: v1
- kind: Namespace
- metadata:
- name: "crossplane-system"
- annotations:
- argocd.argoproj.io/sync-wave: "-1"
- ---
- apiVersion: v1
- kind: Namespace
- metadata:
- name: "cert-manager"
- annotations:
- argocd.argoproj.io/sync-wave: "-1"
|