cert-manager-webhook-example/deploy/helm/values.yaml
2022-03-24 13:04:26 +03:00

35 lines
535 B
YAML

# Default values for gcore-webhook.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: ghcr.io/g-core/cert-manager-webhook-gcore
tag: latest
pullPolicy: IfNotPresent
pod:
securePort:
groupName: acme.mycompany.com
certManager:
namespace: cert-manager
serviceAccountName: cert-manager
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
service:
type: ClusterIP
port: 443
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}