ref-implementation/openbao.yaml aktualisiert
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
This commit is contained in:
parent
71223f2f67
commit
d8104418cf
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: argocd
|
name: openbao
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
labels:
|
labels:
|
||||||
env: dev
|
env: dev
|
||||||
|
@ -14,7 +14,7 @@ spec:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
destination:
|
destination:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: argocd
|
namespace: openbao
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/openbao/openbao-helm.git
|
- repoURL: https://github.com/openbao/openbao-helm.git
|
||||||
path: charts/openbao
|
path: charts/openbao
|
||||||
|
@ -22,6 +22,6 @@ spec:
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/stacks/core/openbao/values.yaml
|
- $values/stacks/core/openbao/values.yaml
|
||||||
# - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot
|
- repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot
|
||||||
# targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
# ref: values
|
ref: values
|
||||||
|
|
Loading…
Reference in a new issue