| 12345678910111213141516171819202122232425262728293031323334 |
- 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: authentik
- annotations:
- argocd.argoproj.io/sync-wave: "-1"
- ---
- apiVersion: v1
- kind: Namespace
- metadata:
- name: cert-manager
- annotations:
- argocd.argoproj.io/sync-wave: "-1"
|