31 行
716 B
YAML
31 行
716 B
YAML
# 安装后需要将clusterIssuer的cnameStrategy策略设置为Follow
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: cert-manager-webhook-dnspod
|
|
namespace: infra-devops
|
|
spec:
|
|
interval: 30m
|
|
timeout: 15m
|
|
dependsOn:
|
|
- name: cert-manager
|
|
chart:
|
|
spec:
|
|
chart: cert-manager-webhook-dnspod
|
|
version: 1.5.2
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: imroc
|
|
namespace: infra-gitops
|
|
interval: 12h
|
|
values:
|
|
image:
|
|
tag: "1.5.2"
|
|
namespace: infra-devops
|
|
certManager:
|
|
namespace: infra-devops
|
|
groupName: cert.dev.cm
|
|
# 此处关闭 选择手动创建 以支持cnameStrategy
|
|
clusterIssuer:
|
|
enabled: false
|