Skip to content

Commit

Permalink
twiddle
Browse files Browse the repository at this point in the history
  • Loading branch information
womfoo committed Jul 26, 2023
1 parent 40a2608 commit adeea1a
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 @@ -56,7 +56,7 @@ spec:
address: "0.0.0.0:8200"
tls_disable: true
api_addr: "http://{{ .Release.Namespace }}-vault-0.{{ .Release.Namespace }}:8200"
cluster_addr: "https://${.Env.POD_NAME}:8201"
cluster_addr: "http://{{ .Release.Namespace }}-vault-0.{{ .Release.Namespace }}:8201"
ui: true
statsdDisabled: true
serviceRegistrationEnabled: true
Expand Down

0 comments on commit adeea1a

Please sign in to comment.