We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6fcbe commit ff6f463Copy full SHA for ff6f463
ci/scripts/ci-deploy-agent.sh
@@ -20,9 +20,9 @@ install_agent() {
20
helm repo add datadog https://helm.datadoghq.com
21
22
# --install will run `helm install` if not already present.
23
- helm_cmd=helm upgrade "${releaseName}" -n "${namespace}" datadog/datadog --install \
+ helm_cmd="helm upgrade "${releaseName}" -n "${namespace}" datadog/datadog --install \
24
-f ./ci/agent-values/values.yaml \
25
- --set datadog.tags=env:"${namespace}" \
+ --set datadog.tags=env:"${namespace}""
26
27
if [ -n "$nodegroup" ]; then
28
helm_cmd+=" --set agents.nodeSelector.\"alpha\\.eksctl\\.io/nodegroup-name\"=${nodegroup}"
0 commit comments