Skip to content

Commit

Permalink
update helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Jan 15, 2024
1 parent 0f38ed1 commit cfc2f28
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions helm/dex-app/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,6 @@ Selector dex labels
{{- define "dex.labels.selector" -}}
app.kubernetes.io/name: {{ include "dex.name" . }}
app.kubernetes.io/component: {{ include "dex.name" . }}
app.kubernetes.io/instance: {{ .Release.Name | quote }}{{ include "dex.name" . }}
{{- end -}}

{{/*
Selector dex labels
*/}}
{{- define "dex-app.labels.selector" -}}
app.kubernetes.io/name: dex-app
app.kubernetes.io/component: dex-k8s-authenticator-customer
app.kubernetes.io/instance: {{ .Release.Name | quote }}
{{- end -}}

Expand All @@ -61,7 +52,6 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
giantswarm.io/service-type: "managed"
app.kubernetes.io/instance: {{ .Release.Name | quote }}
{{- end -}}

{{/*
Expand Down

0 comments on commit cfc2f28

Please sign in to comment.