mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
@ -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
|
Reference in New Issue
Block a user