Added gitops part with cert-manager application

This commit is contained in:
Max Pfeiffer
2026-01-08 18:01:26 +01:00
parent a24a2bd969
commit cf62d5e544
3 changed files with 64 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: {}