Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused Azure visibility environment variables from node-agent template #277

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}

volumeMounts:
- name: host-proc
mountPath: /host/proc
Expand Down
Loading