From 89a1ca4c75c8c0192f9412c342547ef5261e7e5b Mon Sep 17 00:00:00 2001 From: Max Ehrlich Date: Wed, 5 Sep 2018 16:40:17 -0400 Subject: [PATCH] Update example with new array format for organizations Signed-off-by: Max Ehrlich --- docs/tutorials/ca/creating-ca-issuer.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/ca/creating-ca-issuer.rst b/docs/tutorials/ca/creating-ca-issuer.rst index 9774e9f3f..37486c523 100644 --- a/docs/tutorials/ca/creating-ca-issuer.rst +++ b/docs/tutorials/ca/creating-ca-issuer.rst @@ -100,7 +100,8 @@ desired certificate. You can read more about the Certificate resource in # The default value is Issuer (i.e. a locally namespaced Issuer) kind: Issuer commonName: example.com - organization: Example CA + organization: + - Example CA dnsNames: - example.com - www.example.com