subhashini-26 opened a new pull request, #14952: URL: https://github.com/apache/pinot/pull/14952
This bugfix fixes the issue with #14696 The following error is encountered when trying to deploy Apache Pinot on k8s clusters using Helm chart with the instructions mentioned [here](https://docs.pinot.apache.org/basics/getting-started/kubernetes-quickstart): `Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists. Unable to continue with install: Namespace "pinot-quickstart" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "[app.kubernetes.io/managed-by](http://app.kubernetes.io/managed-by)": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "pinot"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "pinot-quickstart"` The fix here removes the additional `namespace.yaml` present in the templates, which is redundant when the user does the namespace creation manually, as provided in the [quickstart documentation](https://docs.pinot.apache.org/basics/getting-started/kubernetes-quickstart#start-pinot-with-helm). `bugfix` `kubernetes` The program was tested solely for our own use cases, which might differ from yours. Signed-off-by: Subhashini Narayanaswamy [subhashini.narayanasw...@mercedes-benz.com](mailto:subhashini.narayanasw...@mercedes-benz.com) on behalf of Mercedes-Benz Research and Development India [https://github.com/mercedes-benz/mercedes-benz-foss/blob/master/PROVIDER_INFORMATION.md](https://github.com/Daimler/daimler-foss/blob/master/PROVIDER_INFORMATION.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org