Add cert-manager to GitOps infrastructure
- Includes Gandi webhook for DNS-01 challenges - ClusterIssuers for Let's Encrypt certificates - RBAC configurations for cert-manager components Second batch deployment - cert infrastructure now managed via GitOps. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
e7c5a66bf6
commit
b41e7c2c50
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ resources:
|
|||
- provider-configs.yaml
|
||||
- external-dns.yaml
|
||||
|
||||
# Certificate management
|
||||
- cert-manager/
|
||||
|
||||
# Applications
|
||||
- forgejo-k8s.yaml
|
||||
- pomerium.yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue