fix: remove namespace from secretRef and add nameTransformer to PhaseSecret configuration
This commit is contained in:
@@ -17,7 +17,6 @@ spec:
|
||||
auth:
|
||||
secretRef:
|
||||
name: homeassistant-mcp-secret
|
||||
namespace: agentgateway-system
|
||||
---
|
||||
apiVersion: secrets.phase.dev/v1alpha1
|
||||
kind: PhaseSecret
|
||||
@@ -34,6 +33,7 @@ spec:
|
||||
- secretName: homeassistant-mcp-secret
|
||||
secretNamespace: agentgateway-system
|
||||
secretType: Opaque
|
||||
nameTransformer: 'upper-camel'
|
||||
phaseApp: homeassistant-mcp-server
|
||||
phaseAppEnv: production
|
||||
phaseAppEnvPath: /
|
||||
|
||||
Reference in New Issue
Block a user