27 lines
632 B
YAML
27 lines
632 B
YAML
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
|