Skip to content

Commit

Permalink
adds quote directive to github app id
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin committed Jul 2, 2024
1 parent 4c35842 commit c430b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/flawfix/templates/flawfix/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
- name: ORY_KRATOS
value: http://kratos:4433
- name: GITHUB_APP_ID
value: {{ .Values.api.github.appId }}
value: {{ .Values.api.github.appId | quote }}
- name: GITHUB_PRIVATE_KEY
value: /github-app-private-key
- name: GITHUB_WEBHOOK_SECRET
Expand Down

0 comments on commit c430b6d

Please sign in to comment.