bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
8.6k stars 8.98k forks source link

[bitnami/rabbitmq-cluster-operator] Uninstall incorrect #27442

Open mrlioncub opened 2 weeks ago

mrlioncub commented 2 weeks ago

Name and Version

bitnam/rabbitmq-cluster-operator 4.3.7

What architecture are you using?

amd64

What steps will reproduce the bug?

helm install rmqco bitnami/rabbitmq-cluster-operator -f rabbitmq.kind.yaml
helm uninstall rmqco

Are you using any custom parameters or values?

$ cat rabbitmq.kind.yaml
extraDeploy:
  - apiVersion: rabbitmq.com/v1beta1
    kind: RabbitmqCluster
    metadata:
      name: rabbitmq

What is the expected behavior?

No response

What do you see instead?

Resources are not being deleted:

$ kubectl get RabbitmqCluster
NAME       ALLREPLICASREADY   RECONCILESUCCESS   AGE
rabbitmq   True               True               11m
$ kubectl get statefulset  -l app.kubernetes.io/name=rabbitmq
NAME                                          READY   AGE
rabbitmq-server                               1/1     12m
$ kubectl get pod -l app.kubernetes.io/name=rabbitmq
NAME                READY   STATUS    RESTARTS   AGE
rabbitmq-server-0   1/1     Running   0          17m

Additional information

No response

javsalgar commented 2 weeks ago

Hi,

It is not clear to me that this issue is related with the bitnami chart but with helm itself. Did you check it with the upstream helm devs?

mrlioncub commented 1 week ago

Hello, I check it only with the bitnami chart