We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdc1af commit 0755c9fCopy full SHA for 0755c9f
docs/vendor/private-images-kots.mdx
@@ -69,13 +69,13 @@ KOTS uses Kustomize to patch the `midstream/kustomization.yaml` file to change t
69
apiVersion: apps/v1
70
kind: Deployment
71
metadata:
72
- name: example
+ name: example
73
spec:
74
- template:
+ template:
75
76
- containers:
+ containers:
77
- name: api
78
- image: quay.io/my-org/api:v1.0.1
+ image: quay.io/my-org/api:v1.0.1
79
```
80
81
When this application is deployed, KOTS detects that it cannot access
@@ -88,7 +88,7 @@ bases:
88
- ../../base
89
images:
90
- name: quay.io/my-org/api:v1.0.1
91
- newName: proxy.replicated.com/proxy/my-kots-app/quay.io/my-org/api
+ newName: proxy.replicated.com/proxy/my-kots-app/quay.io/my-org/api
92
93
</details>
94
0 commit comments