Tadas Sutkaitis | 8d03724 | 2024-02-08 02:48:21 +0200 | [diff] [blame] | 1 | # Default values for godaddy-webhook. |
| 2 | # This is a YAML-formatted file. |
| 3 | # Declare variables to be passed into your templates. |
| 4 | |
| 5 | replicaCount: 1 |
| 6 | image: |
| 7 | repository: quay.io/snowdrop/cert-manager-webhook-godaddy |
| 8 | tag: 0.3.0 |
| 9 | pullPolicy: IfNotPresent |
| 10 | pod: |
| 11 | securePort: |
| 12 | logging: |
| 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 |
| 16 | groupName: acme.mycompany.com |
| 17 | certManager: |
| 18 | namespace: cert-manager |
| 19 | serviceAccountName: cert-manager |
| 20 | imagePullSecrets: [] |
| 21 | nameOverride: "" |
| 22 | fullnameOverride: "" |
| 23 | service: |
| 24 | type: ClusterIP |
| 25 | port: 443 |
| 26 | resources: {} |
| 27 | nodeSelector: {} |
| 28 | tolerations: [] |
| 29 | affinity: {} |