1# The GroupName here is used to identify your company or business unit that
3# For example, this may be "acme.mycompany.com".
4# This name will need to be referenced in each Issuer's `webhook` stanza to
5# inform cert-manager of where to send ChallengePayload resources in order to
6# solve the DNS01 challenge.
7# This group name should be **unique**, hence using your own company's domain
9groupName: acme.zacharyseguin.ca
11 namespace: cert-manager
12 serviceAccountName: cert-manager
14 repository: cgr.dev/chainguard-private/cert-manager-webhook-pdns
16 pullPolicy: IfNotPresent
17 tag: latest@sha256:3fc57d787d3210b280f46883cf129952aacdebfd408ec2772225f657f29e6a16
18# -- Optional array of imagePullSecrets containing private registry credentials
19## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
26 # Specifies whether a service account should be created
28 # Annotations to add to the service account
30 # The name of the service account to use.
31 # If not set and create is true, a name is generated using the fullname template
37# We usually recommend not to specify default resources and to leave this as a conscious
38# choice for the user. This also increases chances charts run on environments with little
39# resources, such as Minikube. If you do want to specify resources, uncomment the following
40# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
51containerSecurityContext:
57# Additional volumes to add to the cert-manager-webhook-pdns pod.
59# Additional volume mounts to add to the cert-manager-webhook-pdns pod.
61# Configures the HTTP_PROXY environment variable where a HTTP proxy is required.
62# http_proxy: "http://proxy:8080"
64# Configures the HTTPS_PROXY environment variable where a HTTP proxy is required.
65# https_proxy: "https://proxy:8080"
67# Configures the NO_PROXY environment variable where a HTTP proxy is required,
68# but certain domains should be excluded.
69# no_proxy: 127.0.0.1,localhost