add ns argo-events
This commit is contained in:
@@ -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
|
||||||
|
|||||||
9
resources/namespaces/env/k3s-cluster/templates/argo-events.yaml
vendored
Normal file
9
resources/namespaces/env/k3s-cluster/templates/argo-events.yaml
vendored
Normal 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: {}
|
||||||
Reference in New Issue
Block a user