From d67cac1a9aa6f2b014ef991fdc15d526a4b2d9e3 Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Wed, 29 Oct 2025 09:08:38 +0100 Subject: [PATCH] autoformat --- cluster/apps/immich/machine-learning/DaemonSet.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/immich/machine-learning/DaemonSet.yaml b/cluster/apps/immich/machine-learning/DaemonSet.yaml index c3838e7..a7eb3ec 100644 --- a/cluster/apps/immich/machine-learning/DaemonSet.yaml +++ b/cluster/apps/immich/machine-learning/DaemonSet.yaml @@ -4,7 +4,7 @@ metadata: name: immich-machine-learning namespace: immich annotations: - reloader.stakater.com/auto: "true" + reloader.stakater.com/auto: 'true' labels: app: immich-machine-learning spec: @@ -72,12 +72,12 @@ spec: securityContext: privileged: true # for intel quick sync seccompProfile: - type: "RuntimeDefault" + type: 'RuntimeDefault' volumeMounts: - name: immich-machine-learning mountPath: /cache nodeSelector: - intel.feature.node.kubernetes.io/gpu: "true" + intel.feature.node.kubernetes.io/gpu: 'true' volumes: - name: immich-machine-learning persistentVolumeClaim: