feat: add calibre, portainer, egress-gateway, trivy-system, kyverno, olallalab

This commit is contained in:
2026-04-29 15:02:13 +02:00
parent 86feb58574
commit 44ee16960b
12 changed files with 329 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: portainer
namespace: argocd
spec:
project: default
source:
repoURL: https://portainer.github.io/k8s/
chart: portainer
targetRevision: 1.0.51
helm:
releaseName: portainer
destination:
server: https://kubernetes.default.svc
namespace: portainer
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true