Skip to content

Commit

Permalink
Merge pull request #1575 from spring-financial-group/github-app
Browse files Browse the repository at this point in the history
fix: add labels to tide-github-app secret
  • Loading branch information
jenkins-x-bot authored Oct 30, 2023
2 parents f0b3b0a + 1a5d62b commit b1d3249
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/lighthouse/templates/tide-githubapp-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b1d3249

Please sign in to comment.