File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
charts/openstack-hypervisor-operator Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3939 secretKeyRef :
4040 key : SERVICE_PASSWORD
4141 name : {{ include "openstack-hypervisor-operator.fullname" . }}-secret
42+ - name : CERTIFICATE_ISSUER_NAME
43+ value : {{ quote .Values.controllerManager.manager.env.certificateIssuerName }}
4244 - name : LABEL_SELECTOR
4345 value : {{ quote .Values.controllerManager.manager.env.labelSelector }}
4446 - name : KUBERNETES_CLUSTER_DOMAIN
Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ controllerManager:
44 - --metrics-bind-address=:8443
55 - --leader-elect
66 - --health-probe-bind-address=:8081
7+ - --certificate-issuer-name=${CERTIFICATE_ISSUER_NAME}
78 - --label-selector=${LABEL_SELECTOR}
89 containerSecurityContext :
910 allowPrivilegeEscalation : false
1011 capabilities :
1112 drop :
1213 - ALL
1314 env :
15+ certificateIssuerName : " "
1416 labelSelector : " "
1517 osAuthUrl : " "
1618 osProjectDomainName : " "
Original file line number Diff line number Diff line change 6161 - args :
6262 - --leader-elect
6363 - --health-probe-bind-address=:8081
64+ - --certificate-issuer-name=${CERTIFICATE_ISSUER_NAME}
6465 - --label-selector=${LABEL_SELECTOR}
6566 env :
6667 - name : OS_AUTH_URL
7475 secretKeyRef :
7576 name : secret
7677 key : SERVICE_PASSWORD
78+ - name : CERTIFICATE_ISSUER_NAME
7779 - name : LABEL_SELECTOR
7880 image : keppel.eu-de-1.cloud.sap/ccloud/openstack-hypervisor-operator:latest
7981 name : manager
You can’t perform that action at this time.
0 commit comments