Skip to content

Commit 559483e

Browse files
authored
Add CLIENT_SPIFFE_ID to manifest (#127)
1 parent 37e7d38 commit 559483e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workloads/ping-pong/ping-pong-server/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ spec:
4141
env:
4242
- name: SPIFFE_ENDPOINT_SOCKET
4343
value: unix:///spiffe-workload-api/spire-agent.sock
44+
- name: CLIENT_SPIFFE_ID
45+
value: "${CLIENT_SPIFFE_ID}"
4446
volumes:
4547
- name: spiffe-workload-api
4648
csi:

0 commit comments

Comments
 (0)