You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/kots/manifests/kots-config.yaml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ spec:
28
28
- name: reg_incluster
29
29
title: Use in-cluster container registry
30
30
type: bool
31
-
when: '{{repl eq HasLocalRegistry false }}'
32
31
default: "1"
33
32
help_text: You may either use an in-cluster container registry or configure your own external container registry for better performance. This container registry must be accessible from your Kubernetes cluster.
34
33
recommended: false
@@ -85,27 +84,27 @@ spec:
85
84
- name: reg_url
86
85
title: Container registry URL
87
86
type: text
88
-
when: '{{repl and (eq HasLocalRegistry false) (ConfigOptionEquals "reg_incluster" "0") }}'
help_text: The container registry server. This is used when [generating your credentials](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-secret-by-providing-credentials-on-the-command-line). Depending upon your provider, this may or may not be the same as the registry URL. If not specified, the URL will be used.
97
96
98
97
- name: reg_username
99
98
title: Container registry username
100
99
type: text
101
-
when: '{{repl and (eq HasLocalRegistry false) (ConfigOptionEquals "reg_incluster" "0") }}'
0 commit comments