test
Some checks are pending
Codespell / Check for spelling errors (push) Waiting to run

This commit is contained in:
miwr 2024-11-13 10:45:28 +01:00
parent 9fbea8df45
commit 384dff1c3e
2 changed files with 30 additions and 3 deletions

View file

@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
labels:
env: dev
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
destination:
name: in-cluster
namespace: argocd
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

View file

@ -22,6 +22,6 @@ spec:
helm:
valueFiles:
- $values/stacks/core/openbao/values.yaml
- repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot
targetRevision: HEAD
ref: values
# - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot
# targetRevision: HEAD
# ref: values