blob: 03aa5a8c61143f2de0758b3b6cf5a3c62e7842e7 [file] [log] [blame]
Tadas Sutkaitis8d037242024-02-08 02:48:21 +02001# Default values for godaddy-webhook.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
4
5replicaCount: 1
6image:
7 repository: quay.io/snowdrop/cert-manager-webhook-godaddy
8 tag: 0.3.0
9 pullPolicy: IfNotPresent
10pod:
11 securePort:
12logging:
13 level: info # Log level (trace, debug, info, warn, error, fatal, panic)
14 format: color # Log format (text, color, json)
15 timestamp: false # Timestamp in log output: true/false
16groupName: acme.mycompany.com
17certManager:
18 namespace: cert-manager
19 serviceAccountName: cert-manager
20imagePullSecrets: []
21nameOverride: ""
22fullnameOverride: ""
23service:
24 type: ClusterIP
25 port: 443
26resources: {}
27nodeSelector: {}
28tolerations: []
29affinity: {}