deploy(dns): wire MCP transport key

This commit is contained in:
Andrew Stoltz
2026-06-15 19:58:52 -05:00
parent 9f4805f1d6
commit d4f24f6f43
2 changed files with 11 additions and 0 deletions

View File

@@ -172,6 +172,14 @@ spec:
name: dns-api-keys
key: api_key
optional: true
- name: FlowerCore__Mcp__ApiKey__Key
valueFrom:
secretKeyRef:
name: dns-api-keys
key: api_key
optional: true
- name: FlowerCore__Mcp__ServiceName
value: flowercore.dns
- name: FlowerCore__Auth__Enabled
value: "true"
- name: FlowerCore__Auth__Oidc__Enabled