diff --git a/mailu/helm-mailu.yaml b/mailu/helm-mailu.yaml index 7ae360e..a58e8fd 100644 --- a/mailu/helm-mailu.yaml +++ b/mailu/helm-mailu.yaml @@ -32,10 +32,10 @@ spec: name: helm-mailu-secret namespace: mailu jqPathExpressions: - - .data.secret-key + - ".data.secret-key" - group: "" kind: Secret name: mailu-roundcube namespace: mailu jqPathExpressions: - - .data.roundcube-db-password \ No newline at end of file + - ".data.roundcube-db-password" \ No newline at end of file