passbolt stuff

This commit is contained in:
2026-03-25 07:50:50 +00:00
parent f60972cd4a
commit 594237c2ec
4 changed files with 536 additions and 459 deletions
+23
View File
@@ -0,0 +1,23 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: passbolt
namespace: argocd
spec:
project: default
source:
chart: passbolt
repoURL: https://download.passbolt.com/charts/passbolt
targetRevision: 2.1.0 # Wählen Sie eine stabile Version
helm:
valueFiles:
- values.yaml # Falls Sie die Datei in einem Git-Repo liegen haben
destination:
server: https://kubernetes.default.svc
namespace: passbolt
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true