Skip to content

Commit

Permalink
feat(Cleaning): Add new workflow for cleaning service module on build
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodmota committed Sep 19, 2023
1 parent ea520d7 commit fdf6762
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}

{{- define "bpdm-bridge.poolServiceName" -}}
{{- define "bpdm-cleaning-service-dummy.poolServiceName" -}}
{{- $config := .Values.applicationConfig -}}
{{- if and $config (not (empty $config.bpdm)) -}}
{{- $bpdm := $config.bpdm -}}
Expand All @@ -80,7 +80,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end -}}
{{- end }}

{{- define "bpdm-bridge.gateServiceName" -}}
{{- define "bpdm-cleaning-service-dummy.gateServiceName" -}}
{{- $config := .Values.applicationConfig -}}
{{- if and $config (not (empty $config.bpdm)) -}}
{{- $bpdm := $config.bpdm -}}
Expand Down

0 comments on commit fdf6762

Please sign in to comment.