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
  • Loading branch information
zroubalik authored Sep 28, 2023
1 parent 9de0267 commit 84973f6
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 }}
{{- end }}
Expand Down

0 comments on commit 84973f6

Please sign in to comment.