**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):** <!-- - OS: [e.g. Linux/Mac/Windows] - Docker versions: [e.g. `docker --version`, `docker-compose --version`] --> **Pastebin/Screenshots** <!-- If applicable, add a link to a gist/pastebin or screenshots to help explain your problem. When pasting large text blobs, please ensure JSON is pretty-printed and pasted within backticks. --> **Additional context** <!-- Are there anything atypical about your situation that we should know? For example: is Pelias running in a virtualized environment? Are you using any non-default values in your pelias.json, docker-compose.yml or .env files? --> ### References <!-- Are there any other GitHub issues, whether open or closed, that are related to the problem you've described above or to the suggested solution? If so, please create a list below that mentions each of them. -->
Describe the bug
Deploying the chart while setting pip.enabled=false tries to deploy the pip pods anyway
Steps to Reproduce
==> 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