Skip to content

helm chart postgresql install, helm uninstall - config svc remains #1

@josepowera

Description

@josepowera

We first install postgres with helm install, than uninstall with helm uninstall

After uninstall is completed, there remains a service installed with installname-config

helm install postgresacoustid /acoustid-helm-charts/postgresql --set users.superuser.password=secretpassword --set users.replication.password=secretpassword --set clusterName=postgresacoustid --set resources.limits.cpu=0.5 --set resources.limits.memory=1024Mi

helm uninstall postgresacoustid
release "postgresacoustid" uninstalled

kubectl get svc |grep config
postgresacoustid-config                 ClusterIP   None            <none>        <none>      3m44s

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions