Skip to content

Commit 86adca6

Browse files
committed
k8s/quickstart: specify default namespace for client deployment
The registration entry for the workload specifies a selector of `k8s:ns:default`, which means the workload should be running in the default namespace. If the namespace isn't specified in the yaml, the workload will deploy to whichever namespace your context is currently set to, which can cause issue #123. Fixes #123. Signed-off-by: Ashley Nelson <[email protected]>
1 parent c345f87 commit 86adca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

k8s/quickstart/client-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: client
5+
namespace: default
56
labels:
67
app: client
78
spec:

0 commit comments

Comments
 (0)