From c1de4ba4f1d23593649e1f8c98f63336c0f55e08 Mon Sep 17 00:00:00 2001 From: Tejeev Date: Thu, 11 Jun 2020 14:09:36 +0100 Subject: [PATCH] Added teh custom_ca option to the example --- .../latest/en/etcd-snapshots/recurring-snapshots/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md b/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md index fe67a69dc0c..145f3466510 100644 --- a/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md +++ b/content/rke/latest/en/etcd-snapshots/recurring-snapshots/_index.md @@ -89,6 +89,10 @@ services: region: "" folder: "" # Optional - Available as of v0.3.0 endpoint: s3.amazonaws.com + custom_ca: |- + -----BEGIN CERTIFICATE----- + $CERTIFICATE + -----END CERTIFICATE----- ``` {{% /tab %}}