Moved Kubernetes resources to the right folders
This commit is contained in:
9
argocd/namespaces/cert/namespace.yaml
Normal file
9
argocd/namespaces/cert/namespace.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "-1000"
|
||||
labels:
|
||||
name: cert
|
||||
spec: {}
|
||||
27
argocd/namespaces/cert/project.yaml
Normal file
27
argocd/namespaces/cert/project.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: AppProject
|
||||
metadata:
|
||||
name: cert
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "-900"
|
||||
spec:
|
||||
description: Certs
|
||||
clusterResourceWhitelist:
|
||||
- group: apiextensions.k8s.io
|
||||
kind: CustomResourceDefinition
|
||||
- group: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
- group: rbac.authorization.k8s.io
|
||||
kind: ClusterRoleBinding
|
||||
- group: admissionregistration.k8s.io
|
||||
kind: ValidatingWebhookConfiguration
|
||||
- group: admissionregistration.k8s.io
|
||||
kind: MutatingWebhookConfiguration
|
||||
sourceRepos:
|
||||
- '*'
|
||||
destinations:
|
||||
- namespace: cert
|
||||
server: '*'
|
||||
- namespace: kube-system
|
||||
server: '*'
|
||||
Reference in New Issue
Block a user