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:
- 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
+1 -1
View File
@@ -11,5 +11,5 @@ spec:
source:
repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: dev
path: charts/dex/resources
path: manifests/dex/resources