We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d817df + ad54395 commit 67ee6e6Copy full SHA for 67ee6e6
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