Initial Implementation of Github Repo Env Secrets

This commit is contained in:
2024-10-20 02:41:11 -03:00
parent 95eba14975
commit 730cc1687e
6 changed files with 108 additions and 1 deletions

View File

@@ -29,7 +29,6 @@ resource "yoshik3s_master_node" "master_node" {
}
node_options = [
"--write-kubeconfig-mode 644",
"--disable traefik",
"--node-label node_type=master",
]