We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b37abf commit 8a35fccCopy full SHA for 8a35fcc
applications/storagebox/kots/kots-config.yaml
@@ -48,15 +48,15 @@ spec:
48
- name: cassandra_tls_type
49
title: Cassandra TLS Type
50
type: select_one
51
+ default: "cassandra_no_ssl"
52
+ required: true
53
items:
54
- name: cassandra_no_ssl
55
title: TLS client encryption disabled
56
- name: "cassandra_self_signed_ca"
57
title: Autogenerate self-signed CA and certificates
58
- name: "cassandra_external_ca"
59
title: Use external CA and certificates
- default: "cassandra_no_ssl"
- required: true
60
- name: cassandra_ingress_host
61
title: Cassandra TLS Hostname
62
type: text
0 commit comments