Merge pull request #871 from 3dwardch3ng/infra/argo-events

add ns argo-events
This commit is contained in:
2024-08-28 01:32:53 +10:00
committed by GitHub
3 changed files with 10 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./crds.yaml
- ./crd.yaml
- ./sa.yaml
- ./role.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: {}