Skip to content

Commit

Permalink
Fix missing "name" label on operator pods (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich authored Sep 8, 2021
1 parent 230ea7a commit 236a893
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ app.kubernetes.io/managed-by: {{ .Release.Service }}
Selector labels
*/}}
{{- define "kubernetes-secret-generator.selectorLabels" -}}
name: {{ include "kubernetes-secret-generator.name" . }}
app.kubernetes.io/name: {{ include "kubernetes-secret-generator.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end -}}
Expand Down

0 comments on commit 236a893

Please sign in to comment.