Skip to content

Commit fc87631

Browse files
author
Marcel Zapf
committed
update
1 parent 8e0a6f7 commit fc87631

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ RUN git clone -b ${TFHELPER_VERSION} https://github.com/hashicorp-community/tf-h
4646
rm -rf /usr/local/tf-helper
4747

4848
# Set up Python environment
49+
COPY ./requirements.txt /tmp/requirements.txt
4950
RUN pip3 install --break-system-packages --upgrade pip && \
5051
pip3 install --break-system-packages -r /tmp/requirements.txt && \
5152
rm /tmp/requirements.txt

chart/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ssh:
2020
authorizedKeys: |
2121
# Place auth keys here ...
2222
# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu...
23+
2324
securityContext:
2425
runAsNonRoot: true
2526
runAsUser: 1001

0 commit comments

Comments
 (0)