mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-08-22 09:52:19 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user