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

The service account was typo'd and needs to be fixed
This commit is contained in:
Curt Marker 2021-07-12 16:28:36 -04:00 committed by GitHub
parent a22bdb2ac9
commit 99be1dfd69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.