hackmdio / codimd-helm

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

Minio Config needs s3bucket Setting #8

Open belfhi opened 3 years ago

belfhi commented 3 years ago

Hello, I set up codiMD with Helm and was quite happy with the results, the deployment succeeded, with OAuth2 Authentication via Keycloak.

The only issue I still have is the image upload via Minio. As far as I can tell from the documentation even minio needs the setting s3bucket but I don't see an option in the Helm Chart.

fewensa commented 3 years ago
codimd:
  security:
    sessionSecret: session_secret
  imageUpload:
    storeType: minio
    minio:
      endpoint: minio_host
      secure: true
      port: 443
      accessKey: abcdefg
      secretKey: abcdefg
    s3:
      accessKeyId: hack_hackmd_helm_config_bug    ###  hack
      bucket: hackmd      ### this is `s3bucket`
  imageStorePersistentVolume:
    enabled: false
belfhi commented 3 years ago

thanks, that worked. I guess it just needs better documentation then :)

abola commented 2 years ago

Same issue, and I create a PR #20 to issue.