apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - cluster-issuer.yaml - certificate.yaml # Configuration: Edit the domain and email values in cluster-issuer.yaml and certificate.yaml # # To change the domain: # 1. Edit cluster-issuer.yaml: Update the dnsZones value (line 19) # 2. Edit certificate.yaml: Update both dnsNames values (lines 12-13) # 3. Edit cluster-issuer.yaml: Update the email value (line 8) # # Current configuration: # domain: demo.olsen.cloud # wildcard-domain: *.demo.olsen.cloud # email: admin@demo.olsen.cloud