re-enable cert-manager via Flux
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
4da9a67c36
commit
4580751208
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
name: fp
|
||||
description: The Galaxy's Best VTuber Hentai Site
|
||||
version: 0.0.30
|
||||
version: 0.0.31
|
||||
keywords:
|
||||
- fp
|
||||
- futureporn
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
|
||||
# DEPRECATED. this is referenced in ../../clusters/{staging,production}/infrastructure.yaml
|
||||
# and it's commented out which makes it not active.
|
||||
# It's easier to reason and understand if we create the cluster-issuers in charts/fp/templates
|
||||
# because if we do it here, we must make it Helm adoptable using annotations.
|
||||
# why not just invoke it from Helm? seems better suited for there.
|
||||
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
# - external-dns.yaml
|
||||
# - cert-manager.yaml
|
||||
- cert-manager.yaml
|
||||
- ingress-traefik.yaml
|
||||
- grafana-k8s-dashboards.yaml
|
||||
- kube-prometheus-stack.yaml
|
Loading…
Reference in New Issue