This commit is contained in:
parent
9fbea8df45
commit
384dff1c3e
2 changed files with 30 additions and 3 deletions
27
.history/ref-implementation/openbao_20241113104501.yaml
Normal file
27
.history/ref-implementation/openbao_20241113104501.yaml
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue