소스 검색

using a real conf file for matrix

Breandan Dezendorf 9 달 전
부모
커밋
0d985f5eca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"