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.
OS_CACERT
1 parent 0ef9a51 commit 33beb75Copy full SHA for 33beb75
helm/designate-certmanager-webhook/templates/secret.yaml
@@ -40,6 +40,9 @@ data:
40
{{- if .Values.openstack.domain_name }}
41
OS_DOMAIN_NAME: {{ .Values.openstack.domain_name | b64enc | quote }}
42
{{- end }}
43
+ {{- if .Values.openstack.ca_cert }}
44
+ OS_CACERT: {{ .Values.openstack.ca_cert | b64enc | quote }}
45
+ {{- end }}
46
{{- if .Values.openstack.auth_type }}
47
OS_AUTH_TYPE: {{ .Values.openstack.auth_type | b64enc | quote }}
48
helm/designate-certmanager-webhook/values.yaml
@@ -37,6 +37,7 @@ openstack:
37
region_name: ""
38
auth_url: ""
39
domain_name: ""
+ ca_cert: ""
nameOverride: ""
fullnameOverride: ""
0 commit comments