diff --git a/k8s/apps/pasarguard/daemonset.yaml b/k8s/apps/pasarguard/daemonset.yaml index 0c7349f..b27cfd4 100644 --- a/k8s/apps/pasarguard/daemonset.yaml +++ b/k8s/apps/pasarguard/daemonset.yaml @@ -271,7 +271,7 @@ spec: - -c - | # Install required tools - apk add --no-cache wget curl ss bash + apk add --no-cache wget curl iproute2-ss bash # Download v2ray-exporter echo "Downloading v2ray-exporter..."