Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm chart of S3 operator cannot disable SSL #57

Closed
FrankFoerster24 opened this issue Oct 13, 2023 · 2 comments
Closed

Helm chart of S3 operator cannot disable SSL #57

FrankFoerster24 opened this issue Oct 13, 2023 · 2 comments

Comments

@FrankFoerster24
Copy link
Contributor

Hi,

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

Kind regards,
Frank.

@FrankFoerster24
Copy link
Contributor Author

PR #56 would make this possible.

@phlg
Copy link
Contributor

phlg commented Feb 29, 2024

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

@phlg phlg closed this as completed Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants