diff options
Diffstat
| -rw-r--r-- | .github/workflows/build.yml | 2 | +2 −0 |
| -rw-r--r-- | charts/gilti/templates/deployment.yaml | 2 | +1 −1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60a0f53..b388d20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,6 +82,8 @@ jobs: build-base=0.5-r3 \ cargo=1.87.0-r1 \ rust=1.87.0-r1 \ + git=2.49.1-r0 \ + python3 \ zlib-dev=1.3.2-r0 scripts/build-artifacts.sh "${{ matrix.arch }}" chown -R "$HOST_UID:$HOST_GID" .container diff --git a/charts/gilti/templates/deployment.yaml b/charts/gilti/templates/deployment.yaml index 19eab1b..e71fb6a 100644 --- a/charts/gilti/templates/deployment.yaml +++ b/charts/gilti/templates/deployment.yaml @@ -84,7 +84,7 @@ spec: subPath: authorized_keys readOnly: true - name: run - mountPath: /run + mountPath: /run/gilti - name: tmp mountPath: /tmp volumes: |
