Skip to content

Commit aecc697

Browse files
committed
Move kind_config.yaml, because it's not related to our partners
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 6cab484 commit aecc697

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Tests/config.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ spec = "./scs-compatible-kaas.yaml"
5757
# default subject (not a real subject, but used to declare a default mapping)
5858
# (this is the only mapping declaration that supports using Python string interpolation)
5959
[subjects._.mapping]
60-
os_cloud = "{subject}"
61-
subject_root = "{subject}"
60+
os_cloud = "{subject}"
61+
subject_root = "{subject}"
6262

6363

6464
[subjects._.kubernetes_setup]
@@ -67,18 +67,18 @@ clusterspec = "kaas/clusterspec.yaml"
6767

6868
[subjects.cspA-current.kubernetes_setup]
6969
kube_plugin = "kind"
70-
kube_plugin_config = "../playbooks/k8s_configs/kind_config.yaml"
70+
kube_plugin_config = "kaas/kind_config.yaml"
7171
clusterspec_cluster = "current-k8s-release"
7272

7373

7474
[subjects.cspA-current-1.kubernetes_setup]
7575
kube_plugin = "kind"
76-
kube_plugin_config = "../playbooks/k8s_configs/kind_config.yaml"
76+
kube_plugin_config = "kaas/kind_config.yaml"
7777
clusterspec_cluster = "current-k8s-release-1"
7878

7979

8080
[subjects.cspA-current-2.kubernetes_setup]
8181
kube_plugin = "kind"
82-
kube_plugin_config = "../playbooks/k8s_configs/kind_config.yaml"
82+
kube_plugin_config = "kaas/kind_config.yaml"
8383
clusterspec_cluster = "current-k8s-release-2"
8484

0 commit comments

Comments
 (0)