diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-11 16:32:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-11 16:32:39 +0300 |
| commit | 5e3dd4a4f513c46147e0e2b992445deada774618 (patch) | |
| tree | 4bf2a057626de5bbca0c0db20ceacb890d3ecc3f | |
| parent | aa386405b19af62db7e5735ba0ae4f2781edbe9e (diff) | |
undo debug
| -rw-r--r-- | f3s/radicale/helm-chart/templates/deployment.yaml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/f3s/radicale/helm-chart/templates/deployment.yaml b/f3s/radicale/helm-chart/templates/deployment.yaml index a73e6c8..f5f2f6e 100644 --- a/f3s/radicale/helm-chart/templates/deployment.yaml +++ b/f3s/radicale/helm-chart/templates/deployment.yaml @@ -13,24 +13,6 @@ spec: labels: app: radicale spec: - initContainers: - - name: debug-auth-and-mounts - image: busybox:1.36 - command: ["/bin/sh", "-c"] - args: - - | - set -eu - echo "=== /proc/mounts ===" && cat /proc/mounts || true - echo "=== df -h ===" && df -h || true - echo "=== ls -lna / ===" && ls -lna / || true - echo "=== ls -lna /auth ===" && ls -lna /auth || true - echo "=== ls -lna /collections ===" && ls -lna /collections || true - echo "=== find /auth (maxdepth 2) ===" && find /auth -maxdepth 2 -ls || true - volumeMounts: - - name: radicale-collections - mountPath: /collections - - name: radicale-auth - mountPath: /auth containers: - name: radicale image: registry.lan.buetow.org:30001/radicale:latest |
