We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda635f commit 8233594Copy full SHA for 8233594
2 files changed
Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
16
make \
17
htop \
18
iproute2 \
19
- netstate \
+ net-tools \
20
vim \
21
iputils-ping \
22
dnsutils \
chart/values.yaml
@@ -24,7 +24,6 @@ ssh:
24
# Place auth keys here ...
25
# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu...
26
27
-
28
securityContext:
29
runAsNonRoot: true
30
runAsUser: 1001
0 commit comments