Skip to content

Commit cda23e9

Browse files
committed
Chore: Removed unused variables
1 parent 795ad1c commit cda23e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/eso-external-secret/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ variable "es_container_registry_secrets_chain" {
8787
default = []
8888
nullable = false
8989
}
90-
variable "deploy_username_apikey" {
91-
description = "The secret manager certificate is provided with intermediate certificate. By enabling this flag the certificate body on kube will contain certificate and intermediate content, otherwise only certificate will be added. Valid only for public and imported certificate"
92-
type = bool
93-
default = true
94-
}
9590

9691
variable "es_helm_rls_name" {
9792
description = "Name to use for the helm release for externalsecrets resource. Must be unique in the namespace"

0 commit comments

Comments
 (0)