InseeFrLab / helm-charts

Collection of helm (https://helm.sh/) charts used at @inseefr
7 stars 21 forks source link

Helm chart of S3 operator cannot disable SSL #57

Closed FrankFoerster24 closed 7 months ago

FrankFoerster24 commented 1 year ago

Hi,

I see no way to disable SSL by passing --useSsl=false to the operator. Can we add this capability?

Kind regards, Frank.

FrankFoerster24 commented 1 year ago

PR #56 would make this possible.

phlg commented 7 months ago

Closing the issue as the related PR has been merged. Didn't try the added feature first-hand, but I guess the way to use it (relative to SSL disabling) could look something like this (in values file) :

controllerManager:
  manager:
    # other options
    extraArgs: 
      - --useSsl=false