jfrog / charts

JFrog official Helm Charts
https://jfrog.com/integration/helm-repository/
Apache License 2.0
254 stars 439 forks source link

RabbitMQ autogenerated TLS certs setting doesn't seem to work #1811

Closed kmorkans closed 1 year ago

kmorkans commented 1 year ago

Where not able to get RabbitMQ TLS autogenerated TLS certs to work. JFrog Platform chart: 10.14.6

Tried:

global:
  rabbitmq:
    auth:
      tls:
        enabled: true
        autogenerated: true

and

rabbitmq:
  auth:
    tls:
      enabled: true
      autogenerated: true

resulted in MountVolume.SetUp failed for volume "rabbitmq-ca-certs" : secret "artifactory-rabbitmq-certs" not found

shahiinn commented 1 year ago

@kmorkans : In order to have a better understanding of the issue, can you please share the below details

  1. Full values.yaml file
  2. helm install/upgrade command that is being used.
  3. Output of kubectl get secrets -n <namespace>
kmorkans commented 1 year ago

Hi. Scratch this one please.