pelias-deprecated / kubernetes

Tools for running Pelias services on kubernetes
MIT License
54 stars 47 forks source link

pip.enabled=false does not work as expected #136

Open vdups opened 3 years ago

vdups commented 3 years ago

Describe the bug Deploying the chart while setting pip.enabled=false tries to deploy the pip pods anyway

Steps to Reproduce

helm install ... --set pip.enabled=false ...
kubectl get pods

==> Pod pip is created

Expected behavior Nothing related to pip should be deployed when pip.enabled=false is set

PIP service and volume claims are disabled when pip.enabled=false

Environment (please complete the following information):

Pastebin/Screenshots

Additional context

References