From e15ee1d28d9cc9dd73b31f1954d0722f19dbd39a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20Salceda?= Date: Fri, 9 Nov 2018 17:48:51 +0100 Subject: [PATCH] Use deploy as target instead of name Maintain consistency between deployments --- integrations/kubernetes-response-engine/deployment/aws/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/kubernetes-response-engine/deployment/aws/Makefile b/integrations/kubernetes-response-engine/deployment/aws/Makefile index 1f512c97..2a317ac2 100644 --- a/integrations/kubernetes-response-engine/deployment/aws/Makefile +++ b/integrations/kubernetes-response-engine/deployment/aws/Makefile @@ -1,4 +1,4 @@ -all: rbac create configure +deploy: rbac create configure rbac: kubectl apply -f ../cluster-role.yaml