File tree Expand file tree Collapse file tree
helm/designate-certmanager-webhook Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
22appVersion : " 0.2.9"
33description : ACME webhook Implementation for OpenStack Designate
44name : designate-certmanager-webhook
5- version : " 0.2.9 "
5+ version : " 0.2.10 "
Original file line number Diff line number Diff line change 1818 {{- end }}
1919 {{- if .Values.openstack.project_id }}
2020 OS_PROJECT_ID : {{ .Values.openstack.project_id | b64enc | quote }}
21+ {{- else if .Values.openstack.project_name }}
22+ OS_PROJECT_NAME : {{ .Values.openstack.project_name | b64enc | quote }}
23+ {{- else }}
24+ {{- fail "project_id or project_name is needed!" }}
2125 {{- end }}
2226 {{- if .Values.openstack.region_name }}
2327 OS_REGION_NAME : {{ .Values.openstack.region_name | b64enc | quote }}
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ openstack:
2222 username : " "
2323 password : " "
2424 project_id : " "
25+ project_name : " " # Use project_id OR project_name
2526 region_name : " "
2627 auth_url : " "
2728 domain_name : " "
You can’t perform that action at this time.
0 commit comments