Skip to content

Commit

Permalink
try def clusteraddr
Browse files Browse the repository at this point in the history
  • Loading branch information
womfoo committed Jul 27, 2023
1 parent 5cd7f62 commit a310dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/charts/agent/templates/vaultstandalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
address: "0.0.0.0:8200"
tls_disable: true
# api_addr: "http://vault.{{ .Release.Namespace }}:8200"
# cluster_addr: "http://${.Env.POD_NAME}:8201"
cluster_addr: "http://${.Env.POD_NAME}:8201"
ui: true
statsdDisabled: true
# serviceRegistrationEnabled: false
Expand Down

0 comments on commit a310dee

Please sign in to comment.