2
0
mirror of https://github.com/nofusscomputing/kubernetes.git synced 2025-08-02 04:22:42 +00:00

feat(cert-manager): migrate

ref: #14 clusters/.profile#11
This commit is contained in:
2025-07-07 01:54:31 +09:30
parent e83286ae70
commit 0e963810df
14 changed files with 1703 additions and 0 deletions

View File

@ -0,0 +1,22 @@
---
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component
resources:
- ClusterIssuer-letsencrypt.yaml
# patches:
# #
# # Set in Overlay kustomization.yaml
# #
# - target:
# kind: ClusterIssuer
# name: letsencrypt-prod
# # yamllint disable rule:indentation
# patch: |-
# - op: replace
# path: /spec/acme/email
# value: -My email-
# # yamllint enable rule:indentation