changed kured config

This commit is contained in:
Karim Naufal
2022-02-09 10:17:33 +01:00
parent 940b5d628e
commit b123845937
3 changed files with 142 additions and 21 deletions

View File

@@ -124,7 +124,7 @@ resource "hcloud_server" "first_control_plane" {
provisioner "local-exec" {
command = <<-EOT
set -ex
kubectl -n kube-system apply -k ${dirname(local_file.kured_config.filename)} --kubeconfig ${path.module}/kubeconfig.yaml
kubectl -n kube-system apply ${path.module}/config/kured.yaml --kubeconfig ${path.module}/kubeconfig.yaml
EOT
}