Remove name from variables in k8s create role

This commit is contained in:
Nikolai Rodionov 2022-09-24 15:59:32 +02:00
parent 5faa530ac9
commit 451816d2ea
2 changed files with 4 additions and 4 deletions

View File

@ -10,3 +10,7 @@ yq:
# --------------------------------------
k8s_config_path: /etc/kubernetes/admin.conf
k8s_cert_path: /etc/kubernetes/pki
# --------------------------------------
# -- K8s username
# --------------------------------------
username: "admin"

View File

@ -1,9 +1,5 @@
---
# --------------------------------------
# -- K8s username
# --------------------------------------
username: "admin"
# --------------------------------------
# -- How many days certificate
# -- will be valid
# --------------------------------------