Skip to main content

VKPR cert-manager install digitalocean

Description

Install cert-manager into cluster. For more information about cert-manager, click here.

Commands

Interactive inputs:

  vkpr cert-manager install digitalocean [flags]

Non-interactive without setting values or using VKPR Values:

  vkpr cert-manager install digitalocean --default

Argument Reference

Flags

  --default        Use to automatically fill inputs with default values
--dry_run Simulate an install
--email Specifies your email to issue the certificate
--issuer Specifies what will be used to issue certificates
--issuer_solver Specifies the type of challenge you will use to issue the certificate

Values File

Globals

The following arguments are supported by the globals:

  • namespace - (Optional) Define where the application will be provisioned. The default is cert-manager.

Local

The following arguments are supported:

  • enabled - (Optional) Enables the installation if performed with the command vkpr apply.
  • email - (Required) Specifies the email to use with Let's encrypt to generate the certificate
  • issuer
    • type - (Required) Specifies the envirmoment to cert-manager. Allowed Values: staging, production. The default is production.
    • solver - (Required) Specifies the method of the certificate issuer. Allowed Values: DNS01, HTTP01. The default is DNS01.
    • ingress - (Required unless using the HTTP01 method) Specifies the ingress controller used by the applications. The default is nginx.
  • namespace - (Optional) Define where the application will be provisioned. The default is cert-manager.
  • helmArgs - (Optional) Used when you need to change some value or add a new value to the helm values used by the formula.
caution

Using helmArgs the application may behave in a way that VKPR may not be used in the best way it was designed. Use it when you know what you're doing

Environment values

The following variables are supported:

  • email - VKPR_ENV_CERT_MANAGER_EMAIL
  • issuer
    • type - VKPR_ENV_CERT_MANAGER_ISSUER_TYPE
    • solver - VKPR_ENV_CERT_MANAGER_ISSUER_SOLVER
    • ingress - VKPR_ENV_CERT_MANAGER_ISSUER_INGRESS

Setting Provider credentials

CAUTION: Setting credentials manually will override the credentials already saved in memory

Digital Ocean

  rit set credential --provider="digitalocean" --fields="token" --values="your-api-token"

About the Formula

Chart Version: 1.12.3
Application Version: v1.12.3
Helm Chart: cert-manager/cert-manager
Install CRDS: true

See Also