diff --git a/manifests/dex/manifests/dex.yaml b/manifests/dex/manifests/dex.yaml index e83c4151..de5bd295 100644 --- a/manifests/dex/manifests/dex.yaml +++ b/manifests/dex/manifests/dex.yaml @@ -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 diff --git a/manifests/dex/manifests/resources.yaml b/manifests/dex/manifests/resources.yaml index 6b965bcc..9e2a4846 100644 --- a/manifests/dex/manifests/resources.yaml +++ b/manifests/dex/manifests/resources.yaml @@ -11,5 +11,5 @@ spec: source: repoURL: https://gitlab.com/oceanbox/manifests.git targetRevision: dev - path: charts/dex/resources + path: manifests/dex/resources