From aaa8cc1876d9018b16c154ad17bd21bd67dd24ec Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Fri, 8 May 2026 11:53:05 +0200 Subject: [PATCH] Add vault_jwt tag It won't do anything anyway as it requires the ansible var `vault_jwt_config` to be set to true. We want it though because in the UI we want this stuff to be configured via the cronjob. --- templates/imperative/unsealjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/imperative/unsealjob.yaml b/templates/imperative/unsealjob.yaml index cb0358c..5dfcff6 100644 --- a/templates/imperative/unsealjob.yaml +++ b/templates/imperative/unsealjob.yaml @@ -55,7 +55,7 @@ spec: - -e - "@/values/values.yaml" - -t - - 'vault_init,vault_unseal,vault_secrets_init,vault_spokes_init' + - 'vault_init,vault_unseal,vault_secrets_init,vault_spokes_init,vault_jwt' - "rhvp.cluster_utils.vault" volumeMounts: {{- include "imperative.volumemounts_ca" . | indent 16 }}