Skip to content

Commit

Permalink
HEAT-230 fix env var name (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrlee authored May 2, 2024
1 parent 567d79d commit b079496
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
name: {{ template "app.name" . }}
key: APPINSIGHTS_INSTRUMENTATIONKEY

- name: APPINSIGHTS_INSTRUMENTATIONKEY
- name: APPLICATIONINSIGHTS_CONNECTION_STRING
value: "InstrumentationKey=$(APPINSIGHTS_INSTRUMENTATIONKEY);IngestionEndpoint=https://northeurope-0.in.applicationinsights.azure.com/;LiveEndpoint=https://northeurope.livediagnostics.monitor.azure.com/"

{{range .Values.appinsightEnvs }}
Expand Down

0 comments on commit b079496

Please sign in to comment.