https://github.com/glueops/platform-helm-chart-cert-manager
A Helm chart wrapper for cert-manager that provides sensible defaults and configurations for use with the GlueOps platform. It uses the official cert-manager chart as a dependency, disables CRD installation by default, and configures webhook.
https://github.com/glueops/platform-helm-chart-cert-manager
automation cert-manager certificate-management certificates glueops-platform helm helm-chart kubernetes kubernetes-certificates ssl ssl-automation tls tls-management
Last synced: 10 months ago
JSON representation
A Helm chart wrapper for cert-manager that provides sensible defaults and configurations for use with the GlueOps platform. It uses the official cert-manager chart as a dependency, disables CRD installation by default, and configures webhook.
- Host: GitHub
- URL: https://github.com/glueops/platform-helm-chart-cert-manager
- Owner: GlueOps
- Created: 2023-01-15T23:29:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-02T14:37:32.000Z (12 months ago)
- Last Synced: 2025-08-10T12:45:00.859Z (11 months ago)
- Topics: automation, cert-manager, certificate-management, certificates, glueops-platform, helm, helm-chart, kubernetes, kubernetes-certificates, ssl, ssl-automation, tls, tls-management
- Homepage:
- Size: 120 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# glueops-cert-manager
 
GlueOps Helm Chart for cert-manager with sensible defaults. This chart also expects CRDs to be installed using another method
## Requirements
| Repository | Name | Version |
|------------|------|---------|
| https://charts.jetstack.io | cert-manager | v1.16.4 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| cert-manager.crds.enabled | bool | `true` | |
| cert-manager.webhook.hostNetwork | bool | `true` | |
| cert-manager.webhook.readinessProbe.initialDelaySeconds | int | `120` | |
| cert-manager.webhook.securePort | int | `10750` | |
| cert_manager_glueops_specifics.aws_accessKey | string | `"nil"` | |
| cert_manager_glueops_specifics.aws_region | string | `"nil"` | |
| cert_manager_glueops_specifics.aws_secretKey | string | `"nil"` | |
| cert_manager_glueops_specifics.captain_domain | string | `"nil"` | |
| cert_manager_glueops_specifics.name_of_default_certificate | string | `"nil"` | |
| cert_restore.aws_accessKey | string | `"nil"` | |
| cert_restore.aws_default_region | string | `"nil"` | |
| cert_restore.aws_secretKey | string | `"nil"` | |
| cert_restore.backup_prefix | string | `"nil"` | |
| cert_restore.bucket_name | string | `"nil"` | |
| cert_restore.captain_domain | string | `"nil"` | |
| cert_restore.exclude_namespaces | string | `"nil"` | |
| cert_restore.image | string | `"nil"` | |
| cert_restore.restore_this_backup | string | `"nil"` | |