From 1a5d62b38a0efb274659e708cf180781d228b74b Mon Sep 17 00:00:00 2001 From: Skisocks Date: Mon, 30 Oct 2023 13:28:44 +0000 Subject: [PATCH] fix: add labels to tide-github-app secret --- charts/lighthouse/templates/tide-githubapp-secrets.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/lighthouse/templates/tide-githubapp-secrets.yaml b/charts/lighthouse/templates/tide-githubapp-secrets.yaml index 7fb0fd067..9e578fa6a 100644 --- a/charts/lighthouse/templates/tide-githubapp-secrets.yaml +++ b/charts/lighthouse/templates/tide-githubapp-secrets.yaml @@ -4,6 +4,11 @@ kind: Secret type: Opaque metadata: name: tide-githubapp-tokens + labels: + app: {{ template "fullname" . }} + chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" + release: "{{ .Release.Name }}" + heritage: "{{ .Release.Service }}" data: username: {{ default "jenkins-x[bot]" .Values.githubApp.username | b64enc | quote }} {{- end }}