Merge pull request #3946 from rancher/update-ace-ca_certs-example

Update local_cluster_auth_endpoint ca_certs
This commit is contained in:
Jen Travinski
2022-03-11 09:36:17 -05:00
committed by GitHub
@@ -341,7 +341,10 @@ Example:
local_cluster_auth_endpoint:
enabled: true
fqdn: "FQDN"
ca_certs: "BASE64_CACERT"
ca_certs: |-
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
```
### Custom Network Plug-in