operations/helm/charts/alloy path fixed
This commit is contained in:
parent
48a28127ce
commit
de8dc94e28
1 changed files with 7 additions and 7 deletions
|
@ -18,15 +18,15 @@ spec:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: openbao
|
namespace: openbao
|
||||||
sources:
|
sources:
|
||||||
# - repoURL: https://github.com/openbao/openbao-helm.git
|
- repoURL: https://github.com/openbao/openbao-helm.git
|
||||||
# path: charts/openbao
|
|
||||||
# targetRevision: HEAD
|
|
||||||
# helm:
|
|
||||||
# valueFiles:
|
|
||||||
# - $values/stacks/ref-implementation/openbao/values.yaml
|
|
||||||
- repoURL: https://github.com/grafana/alloy.git
|
|
||||||
path: charts/openbao
|
path: charts/openbao
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
|
helm:
|
||||||
|
valueFiles:
|
||||||
|
- $values/stacks/ref-implementation/openbao/values.yaml
|
||||||
|
- repoURL: https://github.com/grafana/alloy.git
|
||||||
|
path: operations/helm/charts/alloy
|
||||||
|
targetRevision: HEAD
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/stacks/ref-implementation/openbao/logging-values.yaml
|
- $values/stacks/ref-implementation/openbao/logging-values.yaml
|
||||||
|
|
Loading…
Reference in a new issue