Skip to content

Commit 67ee6e6

Browse files
author
Trevor O
authored
Merge pull request #28 from commitdev/fix
fixing k8s config target
2 parents 2d817df + ad54395 commit 67ee6e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ apply-k8s-utils: update-k8s-conf
2222
terraform init; \
2323
terraform apply
2424

25-
update-k8s-conf: eks --region <% index .Params `region` %> update-kubeconfig --name <% .Name %>-$(ENV)-<% index .Params `region` %>
25+
update-k8s-conf:
26+
aws eks --region <% index .Params `region` %> update-kubeconfig --name <% .Name %>-$(ENV)-<% index .Params `region` %>
2627

2728
teardown: teardown-k8s-utils teardown-env teardown-secrets teardown-remote-state
2829

0 commit comments

Comments
 (0)