We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0a6f7 commit fc87631Copy full SHA for fc87631
2 files changed
Dockerfile
@@ -46,6 +46,7 @@ RUN git clone -b ${TFHELPER_VERSION} https://github.com/hashicorp-community/tf-h
46
rm -rf /usr/local/tf-helper
47
48
# Set up Python environment
49
+COPY ./requirements.txt /tmp/requirements.txt
50
RUN pip3 install --break-system-packages --upgrade pip && \
51
pip3 install --break-system-packages -r /tmp/requirements.txt && \
52
rm /tmp/requirements.txt
chart/values.yaml
@@ -20,6 +20,7 @@ ssh:
20
authorizedKeys: |
21
# Place auth keys here ...
22
# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu...
23
+
24
securityContext:
25
runAsNonRoot: true
26
runAsUser: 1001
0 commit comments