add support to customize selector of cluster issuer
This commit is contained in:
parent
6c987bf704
commit
d49708234b
@ -2,4 +2,4 @@ apiVersion: v1
|
||||
appVersion: "0.2.0"
|
||||
description: A Cert Manager Webhook for DNSPod
|
||||
name: cert-manager-webhook-dnspod
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
|
||||
@ -107,4 +107,8 @@ spec:
|
||||
apiTokenSecretRef:
|
||||
key: api-token
|
||||
name: {{ include "cert-manager-webhook-dnspod.fullname" . }}-secret
|
||||
{{- if .Values.clusterIssuer.selector }}
|
||||
selector:
|
||||
{{ toYaml .Values.clusterIssuer.selector | indent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
@ -21,6 +21,11 @@ clusterIssuer:
|
||||
staging: false
|
||||
#email:
|
||||
|
||||
# https://cert-manager.io/docs/configuration/acme/#adding-multiple-solver-types
|
||||
#selector:
|
||||
# dnsZones:
|
||||
# - 'example.com'
|
||||
|
||||
image:
|
||||
repository: qqshfox/cert-manager-webhook-dnspod
|
||||
#tag: latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user