geoserver / geoserver-cloud

Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.

Home Page:http://geoserver.org/geoserver-cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: serviceaccounts "geoserver-geoservercloud" already exists

Muks1m opened this issue · comments

Hi,

I am trying to freshly install cloud geoserver on my local docker desktop through k3d. Cluster creation is fine. But while doing "helm install geoserver ." I am getting this error. I get the same even when I do uninstall, delete and uninstall. The services are created recently, still I see the "already exists" error. Happy to provide more feedback if required.

default geoserver-geoservercloud 0 93s
default geoserver-rabbitmq 1 93s

I was encountering this issue with Helm chart where rabbitmq accounts were duplicating in the deployment file. Removing them fixed the issue.