Rico Berger

Results 132 comments of Rico Berger

Hi, I think this should be fixed with the latest release, if not please let me know.

Hi, this issue should be fixed in the latest v4 release.

Hi @jascsch, normally the `VAULT_SKIP_VERIFY` should work when set as follows in the Helm chart: ```yaml environmentVars: - name: VAULT_SKIP_VERIFY value: "true" ``` When you mounted the certificate, did you...

You can try to decrease the log level as follows, but I'm not sure if this will provide more output: ```yaml args: - -leader-elect - -zap-log-level=debug ``` Normally the logs...

Hi @bilalislam, currently we are not using Tekton and I haven't looked into it for a long time. It looks like this could be related to the used `yq` Docker...

Hi @223311 and @mjf, the first feature request is now implemented in v4 via #437 and should be available in the next beta version. The feature can be enabled in...

This should be fixed in the latest v4 release.

Hi @a-dragos, sorry currently there are no plans to implement multi-cluster support for the operator.

Hi @jascsch, most of the time this is indicates a problem with your Kubernetes API server. There is nothing special how the leader election is handled within the VaultSecrets operator...

Hi we are using the following values in the Helm chart: ```yaml deploymentStrategy: type: Recreate args: - -leader-elect=false ```