Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 10, 2024
1 parent 68da128 commit 2e6feb9
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 "dbgate" .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace "kubedb.test" | 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 "kafka-ui" .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace "kubedb.test" | 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 "mongo-ui" .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace "kubedb.test" | 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 "pgadmin" .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace "kubedb.test" | 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 "phpmyadmin" .Values.bind.name .Values.bind.namespace .Values.app.service.name .Values.app.service.namespace "kubedb.test" | compact | join "." | quote }}
{{- end }}

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

0 comments on commit 2e6feb9

Please sign in to comment.