fix: update dex app-in-app manifests
This commit is contained in:
@@ -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 }}-'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user