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:
|
spec:
|
||||||
provider:
|
provider:
|
||||||
vault:
|
vault:
|
||||||
server: "https://vault.neuralplatform.ai"
|
server: "http://vault.vault.svc.cluster.local:8200"
|
||||||
path: "secret"
|
path: "secret"
|
||||||
version: "v2"
|
version: "v2"
|
||||||
auth:
|
auth:
|
||||||
|
|||||||
Reference in New Issue
Block a user