Skip to content

Commit

Permalink
Disable Git LFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed May 4, 2024
1 parent 4d9ba95 commit d4f74fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/faf-policy-server/templates/deployment.yaml
Expand Up @@ -20,7 +20,7 @@ spec:
initContainers:
- name: load-uid-verifier
image: alpine/git
command: [ 'sh', '-c', 'git clone https://$GITHUB_USER:$GITHUB_TOKEN@github.com/FAForever/uid-verifier.git /tmp/uid-verifier && mv /tmp/uid-verifier/verifier/* /app/verifier' ]
command: [ 'sh', '-c', 'GIT_LFS_SKIP_SMUDGE=1 git clone https://$GITHUB_USER:$GITHUB_TOKEN@github.com/FAForever/uid-verifier.git /tmp/uid-verifier && mv /tmp/uid-verifier/verifier/* /app/verifier' ]
envFrom:
- secretRef:
name: faf-policy-server
Expand Down

0 comments on commit d4f74fb

Please sign in to comment.