Skip to content

Commit

Permalink
fix env variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
linkous8 committed Mar 16, 2024
1 parent 14c662f commit a47bd99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ spec:
value: {{ include "servox.identifier" . }}
- name: AGENT_TYPE
value: "servo"
- AGENT_PLATFORM_TYPE:
- name: AGENT_PLATFORM_TYPE
value: "k8s"
- AGENT_DEPLOYMENT_NAME:
- name: AGENT_DEPLOYMENT_NAME
value: {{ include "servox.fullname" . }}
- AGENT_DEPLOYMENT_TYPE:
- name: AGENT_DEPLOYMENT_TYPE
value: "deployment"
- AGENT_VERSION:
- name: AGENT_VERSION
value: {{ include "servox.sidecarTag" . }}
- name: AGENT_PLATFORM_ID
value: {{ default "AGENT_PLATFORM_ID_VALUE" .Values.agentPlatformIdOverride }}
Expand Down

0 comments on commit a47bd99

Please sign in to comment.