doodle
Results
2
issues of
doodle
```DOCKER_HOST_IP``` has a default environment variable. ``` ${DOCKER_HOST_IP:-127.0.0.1} ``` It will create problems in multiple Kafka if you didn't specify ```DOCKER_HOST_IP```. ```KAFKA_ADVERTISED_LISTENERS``` will be ```127.0.0.1:9092 , 127.0.0.1:9093, 127.0.0.1:9094``` and if...
**Why This PR?** I want to keep `admissionController.cleanupOnDelete` when admissionController `enable: false` And for general use cases if we can enable each `admissionController` separately that would be great. and for...