Skip to content

Commit

Permalink
Remove unused Azure visibility environment variables from node-agent …
Browse files Browse the repository at this point in the history
…template (#277)
  • Loading branch information
orishavit authored Jan 23, 2025
1 parent 665d5b6 commit 5411a85
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions network-mapper/templates/agent-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,6 @@ spec:
- name: OTTERIZE_HOST_PROC_DIR
value: /host/proc

{{ if .Values.global.azure.enabled }}
- name: OTTERIZE_AZURE_VISIBILITY_ENABLED
value: "true"
- name: OTTERIZE_AZURE_SUBSCRIPTION_ID
value: {{ required "value global.azure.subscriptionID is missing" .Values.global.azure.subscriptionID | quote }}
- name: OTTERIZE_AZURE_RESOURCE_GROUP
value: {{ required "value global.azure.resourceGroup is missing" .Values.global.azure.resourceGroup | quote }}
{{ end }}

{{ if .Values.nodeagent.telemetry.enable }}
- name: OTTERIZE_TELEMETRY_ENABLED
value: "true"
Expand Down

0 comments on commit 5411a85

Please sign in to comment.