From 4580751208c0c342ed4923c5ea051f1da2c19a21 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sat, 29 Jun 2024 15:27:38 -0800 Subject: [PATCH] re-enable cert-manager via Flux --- charts/fp/Chart.yaml | 2 +- infrastructure/configs/kustomization.yaml | 7 ------- infrastructure/controllers/kustomization.yaml | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/charts/fp/Chart.yaml b/charts/fp/Chart.yaml index 174abb8..96fbd20 100644 --- a/charts/fp/Chart.yaml +++ b/charts/fp/Chart.yaml @@ -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 diff --git a/infrastructure/configs/kustomization.yaml b/infrastructure/configs/kustomization.yaml index f194683..de1ebfa 100644 --- a/infrastructure/configs/kustomization.yaml +++ b/infrastructure/configs/kustomization.yaml @@ -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: diff --git a/infrastructure/controllers/kustomization.yaml b/infrastructure/controllers/kustomization.yaml index f56f9e6..6025745 100644 --- a/infrastructure/controllers/kustomization.yaml +++ b/infrastructure/controllers/kustomization.yaml @@ -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 \ No newline at end of file