| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- ---
- kind: helm
- metadata:
- name: Cert-Manager
- description: |-
- Helm values template for cert-manager, a Kubernetes add-on to automate the management and issuance of TLS certificates from various sources.
- Chart Repository: https://charts.jetstack.io
- Chart Name: cert-manager
- Chart Version: Compatible with cert-manager v1.18.2
- Project: https://cert-manager.io/
- Documentation: https://cert-manager.io/docs/
- version: 1.18.2
- author: Christian Lempa
- date: "2025-01-11"
- tags: []
- icon:
- provider: selfh
- id: lets-encrypt
- draft: true
- next_steps: ""
- schema: "1.0"
- spec:
- dns:
- title: DNS Configuration
- vars:
- dns_nameserver_1:
- description: Primary DNS nameserver for DNS01 challenges
- type: str
- default: 1.1.1.1:53
- dns_nameserver_2:
- description: Secondary DNS nameserver for DNS01 challenges
- type: str
- default: 1.0.0.1:53
- dns_recursive_nameservers_only:
- description: Use only recursive nameservers for DNS01 challenges
- type: bool
- default: true
- general:
- vars:
- namespace:
- type: str
- default: cert-manager
- release_name:
- type: str
- default: cert-manager
|