romanj85

Results 3 comments of romanj85

I have deleted namespaces `linkerd` and `linkerd-viz` by simly deleting the `namespaces` & all `crds`: ``` for i in $(k get crds | grep linkerd | awk '{print $1}'); do...

This is related to the issue: https://github.com/bitnami/charts/issues/29393

I have removed `K8S_SERVICE_NAME` completely and also I have aligned hidden service name overriding using helm values with `replicaset` & `arbiter`.