Parameters

The parent key for all of the following parameters is cert_manager_webhook_bluecat.

name

type

string

default

cert-manager-webhook-bluecat

Release name used for the Helm deployment.

namespace

type

string

default

syn-cert-manager

The namespace in which to deploy this component.

charts.cert_manager_webhook_bluecat.source

type

string

default

charts.containeroo.ch

Upstream Helm repository URL for cert-manager-webhook-bluecat.

charts.cert_manager_webhook_bluecat.version

type

string

default

1.0.0

Upstream Helm chart version to deploy.

images.webhook.repository

type

string

default

ghcr.io/containeroo/cert-manager-webhook-bluecat

Webhook image repository used in chart values.

images.webhook.tag

type

string

default

v1.0.0

Webhook image tag used in chart values.

helm_values

type

dict

default

{"image": "${cert_manager_webhook_bluecat:images:webhook}", "certManager": {"namespace": "${cert_manager_webhook_bluecat:namespace}"}}

Values passed directly to the upstream Helm chart.

helm_values.image

type

dict

default

${cert_manager_webhook_bluecat:images:webhook}

Image configuration map passed to the Helm chart.

helm_values.certManager.namespace

type

string

default

${cert_manager_webhook_bluecat:namespace}

Namespace where cert-manager is deployed.

Example

cert_manager_webhook_bluecat:
  namespace: cert-manager
  charts:
    cert_manager_webhook_bluecat:
      version: 1.0.0
  images:
    webhook:
      tag: v1.0.0
  helm_values:
    certManager:
      namespace: cert-manager