16 lines
457 B
YAML
16 lines
457 B
YAML
# Configuration pour cert-manager-webhook-ovh
|
|
# Ce webhook permet à cert-manager d'utiliser OVH DNS-01 challenge pour les certificats wildcard
|
|
|
|
cert-manager-webhook-ovh:
|
|
replicaCount: 1
|
|
|
|
# Configuration du webhook
|
|
groupName: acme.gkdomaine.fr
|
|
|
|
certManager:
|
|
# namespace in which your cert-manager is deployed
|
|
namespace: cert-manager-ops
|
|
# cert-manager serverAccount name (default: cert-manager)
|
|
serviceAccountName: cert-manager-ops
|
|
|