Kubeconfig should be site specific

* Move kubeconfig from manifests/phases to the manifests/site
   directory.
 * Create site specific phases entry point that inherits
   global phases bundle

Change-Id: I0f2893928221760e46a05630de051dd4c46c7448
Relates-To: #356
This commit is contained in:
Vladimir Kozhukalov 2020-10-07 16:58:08 +03:00
parent a608d4c56d
commit 64e7694ebb
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