Merge pull request #2201 from Lucaber/fix/helm-0.11
Remove deprecated arguments from helm chart deployment
This commit is contained in:
commit
03e3897771
@ -97,8 +97,6 @@ The following table lists the configurable parameters of the cert-manager chart
|
||||
| `tolerations` | Node tolerations for pod assignment | `[]` |
|
||||
| `ingressShim.defaultIssuerName` | Optional default issuer to use for ingress resources | |
|
||||
| `ingressShim.defaultIssuerKind` | Optional default issuer kind to use for ingress resources | |
|
||||
| `ingressShim.defaultACMEChallengeType` | Optional default challenge type to use for ingresses using ACME issuers | |
|
||||
| `ingressShim.defaultACMEDNS01ChallengeProvider` | Optional default DNS01 challenge provider to use for ingresses using ACME issuers with DNS01 | |
|
||||
| `prometheus.enabled` | Enable Prometheus monitoring | `true` |
|
||||
| `prometheus.servicemonitor.enabled` | Enable Prometheus Operator ServiceMonitor monitoring | `false` |
|
||||
| `prometheus.servicemonitor.namespace` | Define namespace where to deploy the ServiceMonitor resource | (namespace where you are deploying) |
|
||||
|
||||
@ -78,12 +78,6 @@ spec:
|
||||
{{- if .defaultIssuerGroup }}
|
||||
- --default-issuer-group={{ .defaultIssuerGroup }}
|
||||
{{- end }}
|
||||
{{- if .defaultACMEChallengeType }}
|
||||
- --default-acme-issuer-challenge-type={{ .defaultACMEChallengeType }}
|
||||
{{- end }}
|
||||
{{- if .defaultACMEDNS01ChallengeProvider }}
|
||||
- --default-acme-issuer-dns01-provider-name={{ .defaultACMEDNS01ChallengeProvider }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
- --webhook-namespace=$(POD_NAMESPACE)
|
||||
- --webhook-ca-secret={{ include "webhook.rootCACertificate" . }}
|
||||
|
||||
@ -97,8 +97,6 @@ ingressShim: {}
|
||||
# defaultIssuerName: ""
|
||||
# defaultIssuerKind: ""
|
||||
# defaultIssuerGroup: ""
|
||||
# defaultACMEChallengeType: ""
|
||||
# defaultACMEDNS01ChallengeProvider: ""
|
||||
|
||||
prometheus:
|
||||
enabled: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user