Commit 622b1d0e authored by Danny's avatar Danny

Test

parent cbd1ff61
Pipeline #6371 failed with stage
in 12 seconds
......@@ -10,7 +10,7 @@ resource "local_file" "config_map_aws_auth" {
resource "null_resource" "configure_kubectl" {
provisioner "local-exec" {
command = "kubectl apply -f ./config-map-aws-auth.yaml --kubeconfig ./kubeconfig"
command = "kubectl apply -f ./config-map-aws-auth.yaml --kubeconfig ~/.kube/config""
}
triggers {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment