Skip to content

Commit eda635f

Browse files
author
Marcel Zapf
committed
update
1 parent a8ca535 commit eda635f

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414
libffi-dev \
1515
gcc \
1616
make \
17+
htop \
18+
iproute2 \
19+
netstate \
1720
vim \
1821
iputils-ping \
1922
dnsutils \
2023
dmidecode \
24+
dnsutils \
2125
lshw \
2226
openssh-server \
2327
sshpass \

chart/templates/cm-entrypoint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ data:
9191
if [ ! -d "$BIN_DIR" ]; then
9292
echo "Creating user bin directory at $BIN_DIR"
9393
mkdir -p "$BIN_DIR"
94+
chmod 777 -R "$BIN_DIR"
9495
else
9596
echo "User bin directory already exists at $BIN_DIR, skipping creation"
9697
fi

chart/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ssh:
2424
# Place auth keys here ...
2525
# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu...
2626
27+
2728
securityContext:
2829
runAsNonRoot: true
2930
runAsUser: 1001

0 commit comments

Comments
 (0)