Updating example of "Customizing your Ingress"

This is a bit deceiving in the current form has the path for cert-manager has changed. Other changes include:

  *  the changing the value to more identifiable suggestion
  * Adding ingress.tls.source to secret which has the template skip the setting of Issuer for the ingress, allowing ClusterIssuer to take effect.
This commit is contained in:
Ryan Gibbons
2021-05-24 19:15:36 -05:00
committed by GitHub
parent b8969899eb
commit 2de9a165cb
@@ -128,7 +128,8 @@ To customize or use a different ingress with Rancher server you can set your own
Example on setting a custom certificate issuer:
```plain
--set ingress.extraAnnotations.'certmanager\.k8s\.io/cluster-issuer'=ca-key-pair
--set ingress.tls.source=secret
--set ingress.extraAnnotations.'cert-manager\.io/cluster-issuer'=issuer-name
```
Example on setting a static proxy header with `ingress.configurationSnippet`. This value is parsed like a template so variables can be used.