add ns argo-events

This commit is contained in:
2024-08-28 01:32:26 +10:00
parent 3bfaf7366f
commit 51d8695393
3 changed files with 10 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ./crds.yaml - ./crd.yaml
- ./sa.yaml - ./sa.yaml
- ./role.yaml - ./role.yaml
- ./cr.yaml - ./cr.yaml

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
argocd.argoproj.io/sync-options: Prune=false
creationTimestamp: null
name: argo-events
spec: {}
status: {}