Fixed a typo that broke the example static-server deployment (#10582)

The service account was typo'd and needs to be fixed
pull/10622/head
Curt Marker 3 years ago committed by hc-github-team-consul-core
parent 9bae67dff5
commit 1c86eae663

@ -246,7 +246,7 @@ spec:
ports:
- containerPort: 8080
name: http
serviceAccountName: static-serve
serviceAccountName: static-server
```
Note that we're defining a Service intention so that our services are allowed to talk to each other.

Loading…
Cancel
Save