fleet-cert-manager/README.md

30 lines
691 B
Markdown
Raw Normal View History

Fleet Cert Manager
==================
2024-11-19 15:58:39 -08:00
Automate cert-manager with Fleet. This deploys cert-manager via Helm and includes a curated ClusterIssuer for LetsEncrypt for nginx and traefik ingesses.
2024-03-08 15:09:30 -08:00
## Example GitRepo object
```
apiVersion: fleet.cattle.io/v1alpha1
kind: GitRepo
metadata:
name: cert-manager-lsit
namespace: fleet-default
2024-10-25 15:20:30 -07:00
#For rancher manager, also deploy this to fleet-local namespace
2024-03-08 15:09:30 -08:00
spec:
branch: main
correctDrift:
enabled: true
2024-10-25 15:19:35 -07:00
force: true
2024-03-08 15:09:30 -08:00
keepResources: true
paths:
- operator
- manifests
repo: https://git.lsit.ucsb.edu/LSIT-Systems/fleet-cert-manager
targetNamespace: ''
2024-10-25 15:13:23 -07:00
# To limit by label:
#targets:
# - clusterGroup: dev
2024-03-08 15:09:30 -08:00
```