Merge "Kubeconfig should be site specific"

This commit is contained in:
Zuul 2020-11-06 02:40:27 +00:00 committed by Gerrit Code Review
commit eebd884b66
5 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,3 @@
phase:
path: manifests/phases
path: manifests/site/test-site/phases
docEntryPointPrefix: manifests/site/test-site

View File

@ -3,7 +3,6 @@ resources:
- plan.yaml
- executors.yaml
- cluster-map.yaml
- kubeconfig.yaml
- ../function/clusterctl
patchesStrategicMerge:
- clusterctl_init_options.yaml

View File

@ -0,0 +1,2 @@
resources:
- kubeconfig.yaml

View File

@ -0,0 +1,3 @@
resources:
- ../kubeconfig
- ../../../phases