Skip to content

Commit

Permalink
adding HCP_SCADA_ADDRESS to comment in server-statefulset
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Sep 28, 2022
1 parent 35e4e5f commit 15e9dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/consul/templates/server-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ spec:
{{- if and .Values.global.cloud.enabled .Values.global.cloud.secretName }}
# These are mounted as secrets so that the consul server agent can use them.
# - the hcp-go-sdk in consul agent will already look for HCP_CLIENT_ID, HCP_CLIENT_SECRET, HCP_AUTH_URL,
# and HCP_API_HOST. so nothing more needs to be done.
# HCP_SCADA_ADDRESS, and HCP_API_HOST. so nothing more needs to be done.
# - HCP_RESOURCE_ID is created for use in the
# `-hcl="cloud { resource_id = \"${HCP_RESOURCE_ID}\" }"` logic in the command below.
- name: HCP_CLIENT_ID
Expand Down

0 comments on commit 15e9dd8

Please sign in to comment.