Skip to content

Commit

Permalink
chore: helm upstream host from env
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Oct 9, 2023
1 parent 4246883 commit 523bf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
{{- end }}
{{- if .Values.upstream.enabled }}
- --agent-name={{ .Values.upstream.agentName }}
- --upstream-host={{ .Values.upstream.host }}
- --upstream-host=$UPSTREAM_HOST
- --upstream-user=$UPSTREAM_USER
- --upstream-password=$UPSTREAM_PASSWORD
{{- end }}
Expand Down

0 comments on commit 523bf39

Please sign in to comment.