hackmdio / codimd-helm

Helm charts for CodiMD
https://artifacthub.io/packages/helm/codimd/codimd
14 stars 27 forks source link

Duplicated 'checksum/session-secret' when imageUpload configured #14

Open rossigee opened 3 years ago

rossigee commented 3 years ago

Installing Helm chart using imageUpload values...

      Helm install failed: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors:
        line 38: mapping key "checksum/session-secret" already defined at line 37

Values are:

    codimd:
      database:
        host: ...
        username: codimd
        password: ...
      imageUpload:
        storeType: s3
        s3:
          bucket: ...
          accessKeyId: ...
          secretKey: ...