From ea3e87c4d1a389afe539c7299861a80036f99cfd Mon Sep 17 00:00:00 2001 From: Pascal Hofmann Date: Wed, 27 Nov 2024 13:10:08 +0100 Subject: [PATCH] Fix typo --- api/v1beta1/vaultstaticsecret_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1beta1/vaultstaticsecret_types.go b/api/v1beta1/vaultstaticsecret_types.go index 65821915..e1b95ed1 100644 --- a/api/v1beta1/vaultstaticsecret_types.go +++ b/api/v1beta1/vaultstaticsecret_types.go @@ -48,7 +48,7 @@ type VaultStaticSecretSpec struct { // not support dynamically reloading a rotated secret. // In that case one, or more RolloutRestartTarget(s) can be configured here. The Operator will // trigger a "rollout-restart" for each target whenever the Vault secret changes between reconciliation events. - // All configured targets wil be ignored if HMACSecretData is set to false. + // All configured targets will be ignored if HMACSecretData is set to false. // See RolloutRestartTarget for more details. RolloutRestartTargets []RolloutRestartTarget `json:"rolloutRestartTargets,omitempty"` // Destination provides configuration necessary for syncing the Vault secret to Kubernetes.