Loading makefile_parts/kube-addons.mk +2 −2 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ fluentd-cloudwatch-secret: fetch-fluentd-cloudwatch-chart ## Create secret files vault-get ${SEC_PATH}/iam/aws_iam_access_key_deployment_id > ${SECDIR}/aws_access_key_id .PHONY: fluentd-cloudwatch fluentd-cloudwatch: fluentd-cloudwatch-secret ## Deploy fluentd-cloudwatch @helm install --name fluentd-cloudwatch --namespace kube-system \ @helm install --name fluentd-cloudwatch --namespace kube-system -f ${TEMPLATES}/fluentd-cloudwatch/configmap.yml \ --set awsRegion=${AWS_REGION} \ --set rbac.create=true \ --set image.tag=v1.2-debian-cloudwatch \ Loading @@ -158,7 +158,7 @@ fluentd-cloudwatch: fluentd-cloudwatch-secret ## Deploy fluentd-cloudwatch .PHONY: upgrade-fluentd-cloudwatch upgrade-fluentd-cloudwatch: fluentd-cloudwatch-secret ## Upgrade fluentd-cloudwatch helm upgrade --namespace=kube-system \ helm upgrade --namespace=kube-system -f ${TEMPLATES}/fluentd-cloudwatch/configmap.yml \ --set awsRegion=${AWS_REGION} \ --set rbac.create=true \ --set image.tag=v1.2-debian-cloudwatch \ Loading Loading
makefile_parts/kube-addons.mk +2 −2 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ fluentd-cloudwatch-secret: fetch-fluentd-cloudwatch-chart ## Create secret files vault-get ${SEC_PATH}/iam/aws_iam_access_key_deployment_id > ${SECDIR}/aws_access_key_id .PHONY: fluentd-cloudwatch fluentd-cloudwatch: fluentd-cloudwatch-secret ## Deploy fluentd-cloudwatch @helm install --name fluentd-cloudwatch --namespace kube-system \ @helm install --name fluentd-cloudwatch --namespace kube-system -f ${TEMPLATES}/fluentd-cloudwatch/configmap.yml \ --set awsRegion=${AWS_REGION} \ --set rbac.create=true \ --set image.tag=v1.2-debian-cloudwatch \ Loading @@ -158,7 +158,7 @@ fluentd-cloudwatch: fluentd-cloudwatch-secret ## Deploy fluentd-cloudwatch .PHONY: upgrade-fluentd-cloudwatch upgrade-fluentd-cloudwatch: fluentd-cloudwatch-secret ## Upgrade fluentd-cloudwatch helm upgrade --namespace=kube-system \ helm upgrade --namespace=kube-system -f ${TEMPLATES}/fluentd-cloudwatch/configmap.yml \ --set awsRegion=${AWS_REGION} \ --set rbac.create=true \ --set image.tag=v1.2-debian-cloudwatch \ Loading