re-enable cert-manager via Flux
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-29 15:27:38 -08:00
parent 4da9a67c36
commit 4580751208
3 changed files with 2 additions and 9 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
name: fp name: fp
description: The Galaxy's Best VTuber Hentai Site description: The Galaxy's Best VTuber Hentai Site
version: 0.0.30 version: 0.0.31
keywords: keywords:
- fp - fp
- futureporn - futureporn

View File

@ -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 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:

View File

@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
# - external-dns.yaml # - external-dns.yaml
# - cert-manager.yaml - cert-manager.yaml
- ingress-traefik.yaml - ingress-traefik.yaml
- grafana-k8s-dashboards.yaml - grafana-k8s-dashboards.yaml
- kube-prometheus-stack.yaml - kube-prometheus-stack.yaml