Skip to content

Commit

Permalink
Update keda hostname template (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Sep 10, 2024
1 parent 68da128 commit 5d1f7d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/dbgate/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Create the name of the service account to use
Fake keda hostname
*/}}
{{- define "keda.hostname" -}}
{{- printf "dbgate.%s.%s.%s.%s.kubedb.test" .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace | quote }}
{{- list .Chart.Name .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace "kubedb.internal" | compact | join "." | quote }}
{{- end }}

{{- define "image.dockerHub" -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/kafka-ui/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ This allows us to check if the registry of the image is specified or not.
Fake keda hostname
*/}}
{{- define "keda.hostname" -}}
{{- printf "pgadmin.%s.%s.%s.%s.kubedb.test" .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace | quote }}
{{- list .Chart.Name .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace "kubedb.internal" | compact | join "." | quote }}
{{- end }}

{{- define "image.dockerHub" -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/mongo-ui/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Create the name of the service account to use
Fake keda hostname
*/}}
{{- define "keda.hostname" -}}
{{- printf "%s.%s.%s.%s.kubedb.test" .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace | quote }}
{{- list .Chart.Name .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace "kubedb.internal" | compact | join "." | quote }}
{{- end }}

{{- define "image.dockerHub" -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/pgadmin/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Create the name of the service account to use
Fake keda hostname
*/}}
{{- define "keda.hostname" -}}
{{- printf "pgadmin.%s.%s.%s.%s.kubedb.test" .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace | quote }}
{{- list .Chart.Name .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace "kubedb.internal" | compact | join "." | quote }}
{{- end }}

{{- define "image.dockerHub" -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/phpmyadmin/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Create the name of the service account to use
Fake keda hostname
*/}}
{{- define "keda.hostname" -}}
{{- printf "%s.%s.%s.%s.kubedb.test" .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace | quote }}
{{- list .Chart.Name .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace "kubedb.internal" | compact | join "." | quote }}
{{- end }}

{{- define "image.dockerHub" -}}
Expand Down

0 comments on commit 5d1f7d3

Please sign in to comment.