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