Skip to content

Commit

Permalink
fixing helper from mergE
Browse files Browse the repository at this point in the history
Signed-off-by: hfuss <[email protected]>
  • Loading branch information
onelapahead committed Aug 11, 2022
1 parent 584721c commit e8117ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions charts/firefly/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -166,17 +166,16 @@ app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: ethconnect
{{- end }}

<<<<<<< HEAD
{{- define "firefly.sandboxSelectorLabels" -}}
app.kubernetes.io/name: {{ include "firefly.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: sandbox
=======
{{- end }}

{{- define "firefly.evmconnectSelectorLabels" -}}
app.kubernetes.io/name: {{ include "firefly.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: evmconnect
>>>>>>> a3e9662 (outlining evmconnect)
{{- end }}

{{- define "firefly.ethconnectRegisterContractsJobName" -}}
Expand Down

0 comments on commit e8117ea

Please sign in to comment.