Commit f27a718d authored by Mike Cutalo's avatar Mike Cutalo
Browse files

fix serviceaccount

parent 4e7593ad
Showing with 2 additions and 3 deletions
+2 -3
......@@ -11,8 +11,7 @@ To deploy a working clutch deployment on an existing Kubernetes cluster:
# OR
# if you are working off a local copy of this repo
cd examples/kubernetes
kubectl apply -f clutch.yaml
kubectl apply -f examples/kubernetes/clutch.yaml
```
1. Connect to your new clutch deployment. You can follow your cloud provider's documentation for configuring ingress on your cluster, or use port-forwarding:
```
......
......@@ -135,7 +135,6 @@ metadata:
name: clutch
namespace: clutch
spec:
serviceAccount: clutch
replicas: 1
selector:
matchLabels:
......@@ -150,6 +149,7 @@ spec:
labels:
app: clutch
spec:
serviceAccount: clutch
containers:
- image: index.docker.io/lyft/clutch:latest
command: ["./clutch"]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment