add mysql cluster [ci skip]
This commit is contained in:
parent
661b49a7d3
commit
cff72b036a
7 changed files with 153 additions and 9 deletions
3
main.tf
3
main.tf
|
|
@ -69,6 +69,9 @@ provider "helm" {
|
|||
}
|
||||
}
|
||||
# provider "kubectl" {
|
||||
# config_path = var.prod ? "" : "~/.kube/config"
|
||||
# }
|
||||
# provider "kubectl" {
|
||||
# host = "kubernetes.viktorbarzin.lan"
|
||||
# cluster_ca_certificate = base64decode(var.eks_cluster_ca)
|
||||
# token = data.aws_eks_cluster_auth.main.token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue