mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
23 lines
433 B
YAML
23 lines
433 B
YAML
---
|
|
|
|
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
|