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:
parent
a608d4c56d
commit
64e7694ebb
@ -1,3 +1,3 @@
|
||||
phase:
|
||||
path: manifests/phases
|
||||
path: manifests/site/test-site/phases
|
||||
docEntryPointPrefix: manifests/site/test-site
|
||||
|
@ -3,7 +3,6 @@ resources:
|
||||
- plan.yaml
|
||||
- executors.yaml
|
||||
- cluster-map.yaml
|
||||
- kubeconfig.yaml
|
||||
- ../function/clusterctl
|
||||
patchesStrategicMerge:
|
||||
- clusterctl_init_options.yaml
|
||||
|
2
manifests/site/test-site/kubeconfig/kustomization.yaml
Normal file
2
manifests/site/test-site/kubeconfig/kustomization.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
resources:
|
||||
- kubeconfig.yaml
|
3
manifests/site/test-site/phases/kustomization.yaml
Normal file
3
manifests/site/test-site/phases/kustomization.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
resources:
|
||||
- ../kubeconfig
|
||||
- ../../../phases
|
Loading…
Reference in New Issue
Block a user