We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b841c6 commit 8e0a6f7Copy full SHA for 8e0a6f7
2 files changed
Dockerfile
@@ -46,10 +46,11 @@ 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
-RUN pip3 install --upgrade pip && \
+RUN pip3 install --break-system-packages --upgrade pip && \
50
pip3 install --break-system-packages -r /tmp/requirements.txt && \
51
rm /tmp/requirements.txt
52
53
+
54
# Install MinIO Client
55
RUN curl -L -o /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc && \
56
chmod +x /usr/local/bin/mc
chart/values.yaml
@@ -20,7 +20,6 @@ ssh:
20
authorizedKeys: |
21
# Place auth keys here ...
22
# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu...
23
-
24
securityContext:
25
runAsNonRoot: true
26
runAsUser: 1001
0 commit comments