Skip to content

Commit 8a35fcc

Browse files
committed
reorder the options to fold better in vscode
1 parent 9b37abf commit 8a35fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/storagebox/kots/kots-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ spec:
4848
- name: cassandra_tls_type
4949
title: Cassandra TLS Type
5050
type: select_one
51+
default: "cassandra_no_ssl"
52+
required: true
5153
items:
5254
- name: cassandra_no_ssl
5355
title: TLS client encryption disabled
5456
- name: "cassandra_self_signed_ca"
5557
title: Autogenerate self-signed CA and certificates
5658
- name: "cassandra_external_ca"
5759
title: Use external CA and certificates
58-
default: "cassandra_no_ssl"
59-
required: true
6060
- name: cassandra_ingress_host
6161
title: Cassandra TLS Hostname
6262
type: text

0 commit comments

Comments
 (0)