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