stacks/ref-implementation/openbao.yaml
Michal.Wrobel d8104418cf
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
ref-implementation/openbao.yaml aktualisiert
2024-11-13 09:58:36 +00:00

27 lines
628 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: openbao
namespace: argocd
labels:
env: dev
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
destination:
name: in-cluster
namespace: openbao
sources:
- repoURL: https://github.com/openbao/openbao-helm.git
path: charts/openbao
targetRevision: HEAD
helm:
valueFiles:
- $values/stacks/core/openbao/values.yaml
- repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot
targetRevision: HEAD
ref: values