András Jáky
András Jáky
Solved in version [0.23.1](https://github.com/banzaicloud/banzai-charts/releases/tag/cadence%2F0.23.1)
Hi! I tried to reproduce the bug with chart version 0.22.1 on AWS by creating a cluster with nodes of different instance types, and using the `node.kubernetes.io/instance-type` label to put...
Issue got answered, closing it.
Hi, for me this config worked: ```yaml apiVersion: "vault.banzaicloud.com/v1alpha1" kind: "Vault" metadata: name: "vault" spec: ... vaultContainerSpec: name: "vault" livenessProbe: periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 failureThreshold: 3 initialDelaySeconds: 60...
Hi @ameyp, thank you for sharing the solution you found! We would be grateful if you could add this information to the [Tips and tricks](https://github.com/bank-vaults/bank-vaults.dev/blob/main/content/docs/tips-and-tricks/_index.md) section of our docs page!
Hey @aabdala, thanks for using bank-vaults, also sorry for the delay. This sounds more like a feature request for me! 🙂 If you find time to implement it, we would...
Hi @itmwiw, thanks for using Bank-Vaults! File-based authentication via credentialsConfig is currently only possible when using Azure's Key Vault to store the Vault unseal keys and root token. For the...
@dependabot rebase
Hi @suchitsancheti, thanks for using Bank-Vaults, and sorry for the long delay! Were you able to solve your issue, and if so, can you provide a short explanation if you...
The error `//go:build comment without // +build comment when executing go build` is because of old Go version (1.16), it is going to be upgraded in a separate PR.