Skip to content

Commit 0755c9f

Browse files
committed
fix yaml
1 parent 8bdc1af commit 0755c9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/vendor/private-images-kots.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ KOTS uses Kustomize to patch the `midstream/kustomization.yaml` file to change t
6969
apiVersion: apps/v1
7070
kind: Deployment
7171
metadata:
72-
name: example
72+
name: example
7373
spec:
74-
template:
74+
template:
7575
spec:
76-
containers:
76+
containers:
7777
- name: api
78-
image: quay.io/my-org/api:v1.0.1
78+
image: quay.io/my-org/api:v1.0.1
7979
```
8080
8181
When this application is deployed, KOTS detects that it cannot access
@@ -88,7 +88,7 @@ bases:
8888
- ../../base
8989
images:
9090
- name: quay.io/my-org/api:v1.0.1
91-
newName: proxy.replicated.com/proxy/my-kots-app/quay.io/my-org/api
91+
newName: proxy.replicated.com/proxy/my-kots-app/quay.io/my-org/api
9292
```
9393
</details>
9494

0 commit comments

Comments
 (0)