Skip to content

Commit 138f1a3

Browse files
committed
fix the malformed config template
Signed-off-by: rayo1uo <[email protected]>
1 parent cf7c11e commit 138f1a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/e2e/suites/init/init_with_config_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ spec:
1818
hostCluster:
1919
kubeconfig: "${KUBECONFIG_PATH}"
2020
etcd:
21-
local:
22-
dataPath: "${ETCD_DATA_PATH}"
21+
local:
22+
dataPath: "${ETCD_DATA_PATH}"
2323
components:
2424
karmadaControllerManager:
2525
repository: "${REGISTRY}/karmada-controller-manager"
@@ -33,9 +33,9 @@ spec:
3333
karmadaAggregatedAPIServer:
3434
repository: "${REGISTRY}/karmada-aggregated-apiserver"
3535
tag: "${VERSION}"
36-
karmadaAPIServer:
37-
networking:
38-
port: ${KARMADA_APISERVER_NODE_PORT}
36+
karmadaAPIServer:
37+
networking:
38+
port: ${KARMADA_APISERVER_NODE_PORT}
3939
karmadaDataPath: "${KARMADA_DATA_PATH}"
4040
karmadaPkiPath: "${KARMADA_PKI_PATH}"
4141
karmadaCrds: "${KARMADA_CRDS}"`

0 commit comments

Comments
 (0)