File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 ]
6969kube_plugin = " kind"
70- kube_plugin_config = " ../playbooks/k8s_configs /kind_config.yaml"
70+ kube_plugin_config = " kaas /kind_config.yaml"
7171clusterspec_cluster = " current-k8s-release"
7272
7373
7474[subjects .cspA-current-1 .kubernetes_setup ]
7575kube_plugin = " kind"
76- kube_plugin_config = " ../playbooks/k8s_configs /kind_config.yaml"
76+ kube_plugin_config = " kaas /kind_config.yaml"
7777clusterspec_cluster = " current-k8s-release-1"
7878
7979
8080[subjects .cspA-current-2 .kubernetes_setup ]
8181kube_plugin = " kind"
82- kube_plugin_config = " ../playbooks/k8s_configs /kind_config.yaml"
82+ kube_plugin_config = " kaas /kind_config.yaml"
8383clusterspec_cluster = " current-k8s-release-2"
8484
File renamed without changes.
You can’t perform that action at this time.
0 commit comments