flux-operator icon indicating copy to clipboard operation
flux-operator copied to clipboard

Helm TLS support

Open Smana opened this issue 5 years ago • 3 comments

Helm TLS options

Is it possible to use tls options for helm. For example I use the following values to deploy a flux instance using the helm chart:

helmOperator:
  create: true
  tillerNamespace: flux
  tls:
    verify: true
    enable: true
    hostname: "helm-staging.kube.dm.gg"
    secretName: "helm-client"

additionalArgs:
- --git-sync-tag=staging-us-central1
- --git-path=flux/common,flux/staging-us-central1

Smana avatar Mar 16 '19 15:03 Smana

Hi, I recommend installing using the built releases - straight go install is unlikely to work depending on your Go version, etc. I've updated the documentation to reflect this.

The issues with the provided manifests have also been resolved now.

That leaves the remaining thing in this ticket about TLS options. We don't currently support this, but happy to accept the contribution!

oliviabarrick avatar Mar 25 '19 06:03 oliviabarrick

Also can we please stick to one issue one ticket? Thanks.

oliviabarrick avatar Mar 25 '19 06:03 oliviabarrick

I'll have a look if I can contribute for the TLS support

Smana avatar Mar 25 '19 09:03 Smana