Hi,
in our deployment we use SSL certficates, which user uploads it through UI. to make a single click deployment we want to upload the SSl certs at the beginning. our deployment is in AWS, where we are managing replicated config through configmap. below is the example:
below is the parameter which we have in replicated settings:
- name: certs
title: TLS Configuration
when: advance_settings=1
items:- name: tls-private-key-file
title: Private Key
value: private key
data_cmd:
name: ssl_cert
value_at: 0
type: file
affix: left - name: tls-certificate-file
title: Certificate
value: certificate file
required: true
data_cmd:
name: ssl_cert
value_at: 1
type: file
affix: right
- name: tls-private-key-file
if we populate above field with string, would that work?