Document common use case options in values.yaml

Lots of new users don't realize:
(a) They need to create a Issuer/ClusterIssuer themselves
(b) They need to tell `ingress-shim` the name via `extra-args`

(Ideally the `helm` would create an ClusterIssuer for you by default, and set these options, if you specify and email address to use with LE.)
This commit is contained in:
Aaron Roydhouse 2018-03-06 00:19:05 -05:00 committed by GitHub
parent 24f0bbe1f3
commit 386a0ec54e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,10 @@ ingressShim:
# Optional additional arguments for ingress-shim
extraArgs: []
# Use these flags to specify the default Issuer/ClusterIssuer
# (IMPORTANT: You need to create this Issuer/ClusterIssuer resource yourself)
# - --default-issuer-name=letsencrypt-prod
# - --default-issuer-kind=ClusterIssuer
resources: {}
# requests:
@ -59,4 +63,4 @@ ingressShim:
# This is used by the static manifest generator in order to create a static
# namespace manifest for the namespace that cert-manager is being installed
# within. It should **not** be used if you are using Helm for deployment.
createNamespaceResource: false
createNamespaceResource: false