From 7de4a3dc0f9f9b619f386c70a1b98f17113694a6 Mon Sep 17 00:00:00 2001 From: Matthew Hill Date: Thu, 17 Oct 2024 04:27:22 +0000 Subject: [PATCH] Fix romm Use correct secret values. --- k8s/applications/romm/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/applications/romm/deployment.yaml b/k8s/applications/romm/deployment.yaml index b4264d3e..4fbbdc8c 100644 --- a/k8s/applications/romm/deployment.yaml +++ b/k8s/applications/romm/deployment.yaml @@ -25,7 +25,7 @@ spec: value: romm-user envFrom: - secretRef: - name: qbittorrent + name: romm volumeMounts: - name: romm mountPath: /romm/config @@ -51,7 +51,7 @@ spec: value: romm-user envFrom: - secretRef: - name: qbittorrent + name: romm volumeMounts: - name: romm mountPath: /var/lib/mysql