Skip to content

Cert Manager Currently Using deprecated option #420

Open
@ansasi

Description

@ansasi

Cert_Manager is currently using installCRDs by default, which is a deprecated option of the helm chart of cert_manager.
This should be updated to use crds.enabled = true + crds.keep = true.

These are the lines of coded that should be reviewed:

set = concat([
{
name = "installCRDs"
value = true
},
{
name = "serviceAccount.name"
value = local.cert_manager_service_account
}
],
try(var.cert_manager.set, [])
)
set_sensitive = try(var.cert_manager.set_sensitive, [])

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions