Esteban Avendaño A.

Results 8 comments of Esteban Avendaño A.

Hi @gusfcarvalho I fixed my problem changing the conflicted pod of port and redeploy external secrets with "default" configuration. I'll try if I can do the change, thanks for your...

Hi @gusfcarvalho should be a nice have add the same for healthzAddr in https://github.com/external-secrets/external-secrets/blob/main/cmd/root.go#L50 and https://github.com/external-secrets/external-secrets/blob/main/cmd/root.go#L182 Thanks again for your support

Please add support for suffixes. For instance, I have a lot of ingress with hostname suffix **.aws-test.example.com** I need add an overlay for different environments or zones for get ingresses...

Same issue here, unable to access to nifi 8080 port using port forward in release-0.6.3 nifi namespace pods: ```shell ❯ kubectl get po -n nifi NAME READY STATUS RESTARTS AGE...

For future googler's: You must configure the following: - WebProxyHosts: - Configure nifi properties: nifi.web.http.network.interface.default=eth0 nifi.web.http.network.interface.lo=lo I attach sample cluster and registry ```yaml apiVersion: nifi.orange.com/v1alpha1 kind: NifiRegistryClient metadata: name: test-registry...

Please create a cli to use in docker and cicd pipelines. Thanks

Hi Team. Is there solution for this ? Thanks in advance.

OK, I found the solution looking the docker image and run.sh script: In admin deployment add the USE_SERVICE_LOOKUP variable: ```yaml - name: POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP -...