You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="(Optional) Whether to use the Azure Key Vault Provider for Secrets Store CSI Driver in an AKS cluster. For more details: https://docs.microsoft.com/en-us/azure/aks/csi-secrets-store-driver"
362
+
type=bool
363
+
default=false
364
+
nullable=false
365
+
}
366
+
367
+
variable"secret_rotation_enabled" {
368
+
description="Is secret rotation enabled? This variable is only used when enable_key_vault_secrets_provider is true and defaults to false"
369
+
type=bool
370
+
default=false
371
+
nullable=false
372
+
}
373
+
374
+
variable"secret_rotation_interval" {
375
+
description="The interval to poll for secret rotation. This attribute is only set when secret_rotation is true and defaults to 2m"
0 commit comments