Moved Kubernetes resources to the right folders

This commit is contained in:
Max Pfeiffer
2026-01-11 10:19:00 +01:00
parent 078b0a5d8f
commit 1909f75aa9
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
name: cert
annotations:
argocd.argoproj.io/sync-wave: "-1000"
labels:
name: cert
spec: {}

View 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: '*'