Skip to content

Commit

Permalink
add github token env (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
oncicaradupopovici authored Dec 2, 2024
1 parent ce76471 commit 7b1cf7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm/templates/provisioner-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ spec:
{{- end }}
- name: RUSI_ENABLED
value: "{{ .Values.global.rusi.enabled }}"
- name: GITHUB_TOKEN
valueFrom:
secretKeyRef:
name: provisioner-secrets
key: githubAccessToken
optional: true
{{- if .Values.global.s3.enabled }}
volumeMounts:
- mountPath: "/home/nonroot/.aws/credentials"
Expand Down

0 comments on commit 7b1cf7a

Please sign in to comment.