fix: fix manifests path in dex

This commit is contained in:
Jonas Juselius
2024-06-05 11:28:28 +02:00
parent 317ebe4403
commit dee2082624
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -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