fix: fix manifests path in dex
This commit is contained in:
@@ -24,14 +24,14 @@ spec:
|
|||||||
sources:
|
sources:
|
||||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: 'charts/dex/{{ env }}'
|
path: 'manifests/dex/{{ env }}'
|
||||||
- repoURL: https://charts.dexidp.io
|
- repoURL: https://charts.dexidp.io
|
||||||
targetRevision: 0.16.0
|
targetRevision: 0.16.0
|
||||||
chart: dex
|
chart: dex
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/charts/dex/values.yaml
|
- $values/manifests/dex/values.yaml
|
||||||
- $values/charts/dex/values-{{ env }}.yaml
|
- $values/manifests/dex/values-{{ env }}.yaml
|
||||||
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
- repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
|
|||||||
@@ -11,5 +11,5 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: https://gitlab.com/oceanbox/manifests.git
|
repoURL: https://gitlab.com/oceanbox/manifests.git
|
||||||
targetRevision: dev
|
targetRevision: dev
|
||||||
path: charts/dex/resources
|
path: manifests/dex/resources
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user