Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Dec 10, 2024
1 parent 28a5944 commit 06c3ca4
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 143 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- --heartbeat-namespace={{ .Release.Namespace }}
- --heartbeat-renew-interval-seconds={{ .Values.controllers.heartbeat.renewIntervalSeconds }}
{{- if .Values.gardener.runtimeCluster.enabled }}
- --disable-controllers=healthcheck
- --controllers=shoot_cert_service
- --extension-class=garden
{{- else }}
- --disable-controllers={{ .Values.disableControllers | join "," }}
Expand Down
6 changes: 3 additions & 3 deletions charts/gardener-extension-shoot-cert-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ certificateConfig:
defaultIssuer:
restricted: true # restrict default issuer to any sub-domain of shoot.spec.dns.domain
name: gardener
acme:
email: [email protected]
server: https://acme-v02.api.letsencrypt.org/directory
# acme:
# email: [email protected]
# server: https://acme-v02.api.letsencrypt.org/directory
# propagationTimeout: 60s # TTL for DNS01 challenges.
# privateKey: | # Optional key for Let's Encrypt account.
# -----BEGIN BEGIN RSA PRIVATE KEY-----
Expand Down
Loading

0 comments on commit 06c3ca4

Please sign in to comment.