Skip to content

Commit

Permalink
feat: configurable K8s cluster domain for Cert Manager (#531)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <[email protected]>
  • Loading branch information
zroubalik authored and tomkerkhove committed Sep 28, 2023
1 parent 9615565 commit 82b1b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keda/templates/manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ spec:
- "--operator-service-name={{ .Values.operator.name }}"
- "--metrics-server-service-name={{ .Values.operator.name }}-metrics-apiserver"
- "--webhooks-service-name={{ .Values.webhooks.name }}"
- "--k8s-cluster-domain={{ .Values.clusterDomain }}"
{{- if .Values.prometheus.operator.enabled }}
- --metrics-bind-address=:{{ .Values.prometheus.operator.port }}
- --enable-prometheus-metrics=:{{ .Values.prometheus.operator.enabled }}
Expand Down

0 comments on commit 82b1b05

Please sign in to comment.