Sfoglia il codice sorgente

using a real conf file for matrix

Breandan Dezendorf 9 mesi fa
parent
commit
0d985f5eca
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dezendorf/homelab/k3s/matrix/matrix.yaml

+ 1 - 1
dezendorf/homelab/k3s/matrix/matrix.yaml

@@ -27,7 +27,7 @@ spec:
         volumeMounts:
           - name: "matrix-homeserver-yaml"
             mountPath: "/data/homeserver.yaml"
-            subPath: "matrix-homeserver.yaml"
+            subPath: "homeserver.yaml"
             readOnly: true
       volumes:
         - name: "matrix-homeserver-yaml"