From b925c467bdfd40e496911d789d75561c82e8677a Mon Sep 17 00:00:00 2001 From: Dennis Marttinen Date: Sun, 7 Sep 2025 10:56:09 +0300 Subject: [PATCH] fix: dynamic DNS updates `ddclient` installation now results in `Operation not permitted` with capabilities dropped, so let's go with the defaults, which do work. Signed-off-by: Dennis Marttinen --- work/ddclient.template.conf | 2 +- work/ddclient.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/work/ddclient.template.conf b/work/ddclient.template.conf index 80780df..b685a91 100644 --- a/work/ddclient.template.conf +++ b/work/ddclient.template.conf @@ -5,7 +5,7 @@ daemon=60 usev4=webv4 -webv4=he +webv4=he.net server=www.dy.fi protocol=dyndns2 login= diff --git a/work/ddclient.yaml b/work/ddclient.yaml index 305916a..36ed6f7 100644 --- a/work/ddclient.yaml +++ b/work/ddclient.yaml @@ -35,9 +35,6 @@ spec: securityContext: privileged: false allowPrivilegeEscalation: false - capabilities: - drop: - - ALL volumeMounts: - mountPath: /config name: ddclient-config