DirectorySecurity AdvisoriesPricing
Sign in
Directory
cert-manager-webhook-pdns logoHELM

cert-manager-webhook-pdns

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Overview
Chart versions
Default values
Chart metadata
Images

Tag:

1
# The GroupName here is used to identify your company or business unit that
2
# created this webhook.
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
8
# here is recommended.
9
groupName: acme.zacharyseguin.ca
10
certManager:
11
namespace: cert-manager
12
serviceAccountName: cert-manager
13
image:
14
repository: cgr.dev/chainguard-private/cert-manager-webhook-pdns
15
# tag: latest
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/
20
imagePullSecrets: []
21
# - name: secretName
22
23
nameOverride: ""
24
fullnameOverride: ""
25
serviceAccount:
26
# Specifies whether a service account should be created
27
create: true
28
# Annotations to add to the service account
29
annotations: {}
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
32
name: ""
33
service:
34
type: ClusterIP
35
port: 443
36
resources: {}
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:'.
41
# limits:
42
# cpu: 100m
43
# memory: 128Mi
44
# requests:
45
# cpu: 100m
46
# memory: 128Mi
47
48
nodeSelector: {}
49
tolerations: []
50
affinity: {}
51
containerSecurityContext:
52
runAsUser: 100
53
runAsGroup: 100
54
podAnnotations: {}
55
podSecurityContext: {}
56
priorityClassName: ""
57
# Additional volumes to add to the cert-manager-webhook-pdns pod.
58
volumes: []
59
# Additional volume mounts to add to the cert-manager-webhook-pdns pod.
60
volumeMounts: []
61
# Configures the HTTP_PROXY environment variable where a HTTP proxy is required.
62
# http_proxy: "http://proxy:8080"
63
64
# Configures the HTTPS_PROXY environment variable where a HTTP proxy is required.
65
# https_proxy: "https://proxy:8080"
66
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
70

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.