Compare commits

..

No commits in common. "main" and "develop" have entirely different histories.

5 changed files with 1 additions and 67 deletions

View file

@ -1,7 +0,0 @@
Copyright 2024 University of California, Santa Barbara
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View file

@ -1,29 +0,0 @@
Fleet Cert Manager
==================
Automate cert-manager with Fleet. This deploys cert-manager via Helm and includes a curated ClusterIssuer for LetsEncrypt for nginx and traefik ingesses.
## Example GitRepo object
```
apiVersion: fleet.cattle.io/v1alpha1
kind: GitRepo
metadata:
name: cert-manager-lsit
namespace: fleet-default
#For rancher manager, also deploy this to fleet-local namespace
spec:
branch: main
correctDrift:
enabled: true
force: true
keepResources: true
paths:
- operator
- manifests
repo: https://git.lsit.ucsb.edu/LSIT-Systems/fleet-cert-manager
targetNamespace: ''
# To limit by label:
#targets:
# - clusterGroup: dev
```

View file

@ -3,13 +3,9 @@ helm:
repo: https://charts.jetstack.io
releaseName: cert-manager
chart: cert-manager
takeOwnership: true
timeoutSeconds: 600
waitForJobs: true
values:
namespace: cert-manager
crds:
enabled: true
installCRDs: true
targetCustomizations:
- name: prod
helm:

View file

@ -1,22 +0,0 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-issuer
labels:
app.kubernetes.io/managed-by: Helm
annotations:
meta.helm.sh/release-name: cert-manager-lsit-manifests
meta.helm.sh/release-namespace: default
spec:
acme:
email: lsitops@lsit.ucsb.edu
privateKeySecretRef:
name: letsencrypt-key
server: https://acme-v02.api.letsencrypt.org/directory
solvers:
- http01:
ingress:
ingressClassName: nginx
- http01:
ingress:
ingressClassName: traefik

View file

@ -1,4 +0,0 @@
correctDrift:
enabled: true
dependsOn:
- name: cert-manager-lsit-operator