Declare agent-builder platform secret env

This commit is contained in:
robert
2026-06-02 14:53:57 -03:00
parent c611973c49
commit daeadda8bb

View File

@@ -51,6 +51,9 @@ spec:
- name: A2A_GRANT_VERIFYING_KEY
valueFrom:
secretKeyRef: {name: platform-secrets, key: grant_verifying_key}
- name: A2A_PLATFORM_SECRET
valueFrom:
secretKeyRef: {name: agent-builder-agent-secrets, key: A2A_PLATFORM_SECRET}
- name: A2A_CP_URL
value: http://control-plane.control-plane.svc.cluster.local
readinessProbe: