fix: update dex app-in-app manifests

This commit is contained in:
2024-02-10 15:31:11 +01:00
parent d427fade42
commit e98c656484
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ spec:
namespace: idp namespace: idp
sources: sources:
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: dev
path: dex/config path: charts/dex/config
kustomization: kustomization:
namePrefix: '{{ env }}-' namePrefix: '{{ env }}-'
+3 -3
View File
@@ -27,8 +27,8 @@ spec:
chart: dex chart: dex
helm: helm:
valueFiles: valueFiles:
- $values/dex/values.yaml - $values/charts/dex/values.yaml
- $values/dex/{{ env }}-values.yaml - $values/charts/dex/{{ env }}-values.yaml
- repoURL: https://gitlab.com/oceanbox/manifests.git - repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: dev
ref: values ref: values
+2 -2
View File
@@ -10,6 +10,6 @@ spec:
namespace: idp namespace: idp
source: source:
repoURL: https://gitlab.com/oceanbox/manifests.git repoURL: https://gitlab.com/oceanbox/manifests.git
targetRevision: HEAD targetRevision: dev
path: dex/resources path: charts/dex/resources