template.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ---
  2. kind: helm
  3. metadata:
  4. name: Cert-Manager
  5. description: |-
  6. Helm values template for cert-manager, a Kubernetes add-on to automate the management and issuance of TLS certificates from various sources.
  7. Chart Repository: https://charts.jetstack.io
  8. Chart Name: cert-manager
  9. Chart Version: Compatible with cert-manager v1.18.2
  10. Project: https://cert-manager.io/
  11. Documentation: https://cert-manager.io/docs/
  12. version: 1.18.2
  13. author: Christian Lempa
  14. date: "2025-01-11"
  15. tags: []
  16. icon:
  17. provider: selfh
  18. id: lets-encrypt
  19. draft: true
  20. next_steps: ""
  21. schema: "1.2"
  22. spec:
  23. dns:
  24. title: DNS Configuration
  25. vars:
  26. dns_nameserver_1:
  27. description: Primary DNS nameserver for DNS01 challenges
  28. type: str
  29. default: 1.1.1.1:53
  30. dns_nameserver_2:
  31. description: Secondary DNS nameserver for DNS01 challenges
  32. type: str
  33. default: 1.0.0.1:53
  34. dns_recursive_nameservers_only:
  35. description: Use only recursive nameservers for DNS01 challenges
  36. type: bool
  37. default: true
  38. general:
  39. vars:
  40. namespace:
  41. type: str
  42. default: cert-manager
  43. release_name:
  44. type: str
  45. default: cert-manager