Skip to content
This repository was archived by the owner on Jan 31, 2021. It is now read-only.

Commit cee6749

Browse files
etwillbefineaknysh
authored andcommitted
fix yaml format (#2)
currently the generated yaml file cant be read
1 parent 0b20d18 commit cee6749

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config.tpl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
clusterID: ${cluster_id}
2-
server:
3-
mapRoles:
4-
- roleARN: ${admin_iam_role_arn}
5-
username: ${admin_k8s_username}
6-
groups: ${admin_k8s_groups}
7-
- roleARN: ${readonly_iam_role_arn}
8-
username: ${readonly_k8s_username}
9-
groups: ${readonly_k8s_groups}
2+
server:
3+
mapRoles:
4+
- roleARN: ${admin_iam_role_arn}
5+
username: ${admin_k8s_username}
6+
groups: ${admin_k8s_groups}
7+
- roleARN: ${readonly_iam_role_arn}
8+
username: ${readonly_k8s_username}
9+
groups: ${readonly_k8s_groups}

0 commit comments

Comments
 (0)