mirror of https://github.com/docker/docs.git
Merge pull request #20539 from GavinMasterson/patch-1
docs: Fix typo in service name
This commit is contained in:
commit
c28a034467
|
@ -38,7 +38,7 @@ spec:
|
|||
service: shiny
|
||||
spec:
|
||||
containers:
|
||||
- name: shimy-service
|
||||
- name: shiny-service
|
||||
image: DOCKER_USERNAME/REPO_NAME
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue