From 698fc541772729b587ea492c47b1959c61ab54f4 Mon Sep 17 00:00:00 2001 From: James Pace Date: Fri, 14 Feb 2025 20:13:20 -0500 Subject: [PATCH] Load secret correctly. --- matrix/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix/deployment.yaml b/matrix/deployment.yaml index 4b2e134..6fdcf2c 100644 --- a/matrix/deployment.yaml +++ b/matrix/deployment.yaml @@ -36,8 +36,8 @@ spec: configMap: name: matrix-config - name: matrix-secret - configMap: - name: matrix-secret + secret: + secretName: matrix-secret - name: matrix-data persistentVolumeClaim: claimName: matrix-pvc \ No newline at end of file