Skip to content

Commit

Permalink
feat: support templated clusterName (kedacore#617)
Browse files Browse the repository at this point in the history
Signed-off-by: Kunal Gupta <assaxor@gmail.com>
  • Loading branch information
iamKunal authored and QuentinBisson committed Jul 1, 2024
1 parent 06c0da2 commit f950ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keda/templates/manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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-name={{ .Values.clusterName }}"
- "--k8s-cluster-name={{ tpl .Values.clusterName . }}"
- "--k8s-cluster-domain={{ .Values.clusterDomain }}"
- "--enable-prometheus-metrics={{ .Values.prometheus.operator.enabled }}"
{{- if .Values.prometheus.operator.enabled }}
Expand Down

0 comments on commit f950ffd

Please sign in to comment.