George Merticariu
George Merticariu
@SimonWoidig, when configuring the vault Helm chart, you need to make sure that you have in your values configuration (https://github.com/hashicorp/vault-helm/blob/main/values.yaml#L664): ``` server: extraLabels: vault-sealed: true ``` This will ensure that...
@SimonWoidig, according to the code, that's correct; the list gets cleared and rewritten, which means that the hostname lookup is not working. I cannot speak about the wanted behaviour, as...
@pyToshka could you please chime in? Would it be ok if we remove the hostname resolving?