We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204c9a7 commit ad54395Copy full SHA for ad54395
Makefile
@@ -22,7 +22,8 @@ apply-k8s-utils: update-k8s-conf
22
terraform init; \
23
terraform apply
24
25
-update-k8s-conf: eks --region <% index .Params `region` %> update-kubeconfig --name <% .Name %>-$(ENV)-<% index .Params `region` %>
+update-k8s-conf:
26
+ aws eks --region <% index .Params `region` %> update-kubeconfig --name <% .Name %>-$(ENV)-<% index .Params `region` %>
27
28
teardown: teardown-k8s-utils teardown-env teardown-secrets teardown-remote-state
29
0 commit comments