Skip to content

Commit 0a23916

Browse files
committed
style(make): spacing
1 parent 25ad8cd commit 0a23916

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/k8s-canaries/Makefile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ ifndef NR_SYSTEM_IDENTITY_PRIVATE_KEY
8888
endif
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

Comments
 (0)