From e32f1735ec7c5514f3bf215b481ef3a4882827e0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Jan 2026 22:28:50 +0200 Subject: Remove kustomization patch - now managed via ArgoCD Helm source Amp-Thread-ID: https://ampcode.com/threads/T-019c1088-dc3e-701a-b064-5e50cf52b32a Co-authored-by: Amp --- .../helm-chart/templates/kustomization-patch.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 f3s/immich/helm-chart/templates/kustomization-patch.yaml (limited to 'f3s') diff --git a/f3s/immich/helm-chart/templates/kustomization-patch.yaml b/f3s/immich/helm-chart/templates/kustomization-patch.yaml deleted file mode 100644 index 49be46b..0000000 --- a/f3s/immich/helm-chart/templates/kustomization-patch.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: immich-server - namespace: services -spec: - template: - spec: - containers: - - name: immich-server - volumeMounts: - - name: yoga-videos - mountPath: /external/yoga-videos - readOnly: true - volumes: - - name: yoga-videos - persistentVolumeClaim: - claimName: immich-yoga-videos-pvc - readOnly: true -- cgit v1.2.3