FEAT: add cert-manager selfsigned issuer

This commit is contained in:
Sebastian Mark 2022-04-29 15:19:50 +02:00
parent 498b24ec17
commit 33f66d9090
3 changed files with 11 additions and 0 deletions

View file

@ -5,6 +5,7 @@ Run `kubectl apply -f init.yml` to install:
* [ArgoCD](https://argoproj.github.io/cd/)
* [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/)
* [cert-manager](https://cert-manager.io/)
* selfsigned issuer
* [prometheus and grafana](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack)
* [loki](https://grafana.com/docs/loki/latest/)
* [keel](https://keel.sh)

View file

@ -0,0 +1,10 @@
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: selfsigned
namespace: cert-manager
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
spec:
selfSigned: {}