Verified Commit cccd9058 authored by Xueshan Feng's avatar Xueshan Feng
Browse files

Added /fluentd-cloudwatch/configmap.yml to override default fluentd conf.

parent 9ac59411
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 \
@@ -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 \