Skip to content

Commit

Permalink
cert-manager: migrate to helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Jan 7, 2025
1 parent 1178471 commit 3f01eb5
Show file tree
Hide file tree
Showing 14 changed files with 137 additions and 9,378 deletions.
12 changes: 0 additions & 12 deletions base/cert-manager/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion base/cert-manager/VERSION

This file was deleted.

16 changes: 16 additions & 0 deletions base/cert-manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cert-manager
resources:
- repository.yaml
- release.yaml
- prometheusrule.yaml
- issuers/cloudflare-auth.yaml
- issuers/issuer-dns-cloudflare.yaml
- issuers/issuer-http-prod.yaml
configMapGenerator:
- name: values
files:
- values.yaml=values.yaml
configurations:
- kustomizeconfig.yaml
8 changes: 8 additions & 0 deletions base/cert-manager/kustomizeconfig.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Kustomize config for enabling HelmRelease values from
# ConfigMaps and Secrets generated by Kustomize
nameReference:
- kind: ConfigMap
version: v1
fieldSpecs:
- path: spec/valuesFrom/name
kind: HelmRelease
Loading

0 comments on commit 3f01eb5

Please sign in to comment.