https://github.com/blackbird-cloud/helm-certmanager-cluster-issuer
Helm chart for cert-manager cluster issuer
https://github.com/blackbird-cloud/helm-certmanager-cluster-issuer
cert-manager helm kubernetes
Last synced: 1 day ago
JSON representation
Helm chart for cert-manager cluster issuer
- Host: GitHub
- URL: https://github.com/blackbird-cloud/helm-certmanager-cluster-issuer
- Owner: blackbird-cloud
- License: apache-2.0
- Created: 2024-01-26T10:23:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T09:45:46.000Z (over 1 year ago)
- Last Synced: 2026-01-30T13:12:18.737Z (4 months ago)
- Topics: cert-manager, helm, kubernetes
- Language: Smarty
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blackbird Cloud Helm Template
[](https://www.blackbird.cloud)
A handy helm template for making more helm template
## Terraform Example
```hcl
module "my-application-bootstrap" {
source = "blackbird-cloud/deployment/helm"
version = ">= 1.1.2"
name = "my-application"
description = "my-application"
namespace = "xxxxxx"
cleanup_on_fail = true
force_update = true
wait = true
wait_for_jobs = true
values = [
yamlencode({
namespace: {
name: "my-application"
},
role: {
create: true
}
})
]
}
```
## About
We are [Blackbird Cloud](https://blackbird.cloud), Amsterdam based cloud consultancy, and cloud management service provider. We help companies build secure, cost efficient, and scale-able solutions.
Checkout our other :point\_right: [terraform modules](https://registry.terraform.io/namespaces/blackbird-cloud)
## Copyright
Copyright © 2017-2024 [Blackbird Cloud](https://www.blackbird.cloud)