# groupName sets the API group name for the API service that registers this webhook service. # If you wish to customize this name, uncomment line and set the value to an FQDN, i.e. acme.company.com #groupName: "" certManager: namespace: cert-manager serviceAccountName: cert-manager # logLevel: 3 dnsimple: token: "" # accountID: # existingTokenSecret: false # tokenSecretName: clusterIssuer: email: name@example.com staging: enabled: false production: enabled: false image: repository: ghcr.io/puzzle/cert-manager-webhook-dnsimple tag: v0.1.3 pullPolicy: IfNotPresent # pullSecret: "gcr" nameOverride: "" fullnameOverride: "" service: type: ClusterIP port: 443 useUnprivilegedPort: true resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi nodeSelector: {} tolerations: [] affinity: {}