Skip to content

Commit 3312415

Browse files
authored
Dex-overlays use reference instead of base (kubeflow#1790)
* use resource instead of base reference * remove base reference for github and ldap
1 parent eea46d7 commit 3312415

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

common/dex/overlays/github/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: auth
4-
bases:
5-
- ../../base
64
resources:
75
- virtual-service.yaml
6+
- ../../base
87

98
patchesStrategicMerge:
109
- config-map.yaml

common/dex/overlays/istio/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3-
bases:
4-
- ../../base
3+
54
resources:
5+
- ../../base
66
- virtual-service.yaml
77

88
namespace: auth

common/dex/overlays/ldap/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: auth
4-
bases:
4+
resources:
55
- ../../base
66

77
patchesStrategicMerge:

0 commit comments

Comments
 (0)