Skip to content

Commit

Permalink
fix(node_chart): unexpected EOF while looking for matching `"'
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Dec 13, 2019
1 parent a8b0370 commit 7298ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_deploy_nodejs_chart_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
HELM_RENDER_ARGS=" \
${HELM_RENDER_ARGS} \
--set ingress.annotations.certmanager\.k8s\.io/cluster-issuer=letsencrypt-prod \
--set-string ingress.annotations.kubernetes\.io/tls-acme=true
--set-string ingress.annotations.kubernetes\.io/tls-acme=true"
else
HELM_RENDER_ARGS=" \
${HELM_RENDER_ARGS} \
Expand Down

0 comments on commit 7298ebb

Please sign in to comment.