fix: use internal Vault URL for ESO ClusterSecretStore during GCP migration
Cloudflare tunnel not yet running on new instance. Use cluster-internal URL until tunnel is established. Revert to neuralplatform.ai once tunnel is configured.
This commit is contained in:
@@ -49,7 +49,7 @@ metadata:
|
||||
spec:
|
||||
provider:
|
||||
vault:
|
||||
server: "https://vault.neuralplatform.ai"
|
||||
server: "http://vault.vault.svc.cluster.local:8200"
|
||||
path: "secret"
|
||||
version: "v2"
|
||||
auth:
|
||||
|
||||
Reference in New Issue
Block a user