@@ -88,13 +88,13 @@ ifndef NR_SYSTEM_IDENTITY_PRIVATE_KEY
8888endif
8989 @helm repo add newrelic https://helm-charts.newrelic.com
9090 @helm upgrade --install ac newrelic/agent-control --devel -f $(HELM_DIR)/agent-control.yml \
91- -n newrelic --create-namespace \
92- --set global.licenseKey=$(NR_LICENSE_KEY) \
93- --set global.cluster=$(CLUSTER_NAME) \
94- --set agent-control-deployment.image.tag=$(IMAGE_TAG) \
95- --set global.nrStaging=true \
96- --set agent-control-deployment.config.fleet_control.auth_config.token_url : "https://system-identity-oauth.staging-service.newrelic.com/oauth2/token" \
97- --set agent-control-deployment.config.fleet_control.auth_config.client_id : $(NR_SYSTEM_IDENTITY_CLIENT_ID ) \
98- --set agent-control-deployment.config.fleet_control.auth_config.provider : "local" \
99- --set agent-control-deployment.config.fleet_control.auth_config.private_key_path : $(NR_SYSTEM_IDENTITY_PRIVATE_KEY ) \
100- --set agent-control-deployment.podAnnotations.deploymentKey="${DEPLOYMENT_KEY}"
91+ -n newrelic --create-namespace \
92+ --set global.licenseKey=$(NR_LICENSE_KEY) \
93+ --set global.cluster=$(CLUSTER_NAME) \
94+ --set global.nrStaging=true \
95+ --set agent-control-deployment.image.tag=$(IMAGE_TAG) \
96+ --set agent-control-deployment.config.fleet_control.auth_config.token_url: "https://system-identity-oauth.staging-service.newrelic.com/oauth2/token" \
97+ --set agent-control-deployment.config.fleet_control.auth_config.client_id: $(NR_SYSTEM_IDENTITY_CLIENT_ID) \
98+ --set agent-control-deployment.config.fleet_control.auth_config.provider: "local" \
99+ --set agent-control-deployment.config.fleet_control.auth_config.private_key_path: $(NR_SYSTEM_IDENTITY_PRIVATE_KEY) \
100+ --set agent-control-deployment.podAnnotations.deploymentKey="${DEPLOYMENT_KEY}"
0 commit comments