From ddd37cc3cf57560931a99491257866962bc970fa Mon Sep 17 00:00:00 2001 From: Tong Li Date: Fri, 1 Nov 2019 14:51:55 +0000 Subject: [PATCH] [#63]Removed the few extra spaces from the example yaml Signed-off-by: Tong Li --- .../deploy/crds/fabric_v1alpha1_ca_cr.yaml | 20 +++++++------------ 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/agent/fabric-operator/deploy/crds/fabric_v1alpha1_ca_cr.yaml b/src/agent/fabric-operator/deploy/crds/fabric_v1alpha1_ca_cr.yaml index 38d990abc..32b828112 100755 --- a/src/agent/fabric-operator/deploy/crds/fabric_v1alpha1_ca_cr.yaml +++ b/src/agent/fabric-operator/deploy/crds/fabric_v1alpha1_ca_cr.yaml @@ -35,16 +35,10 @@ spec: # memory: "1024mi" # cpu: "250" - # To specify more environment variables for Fabric CA. - # following parameters: - # FABRIC_CA_SERVER_CSR_HOSTS: "[]" - # FABRIC_CA_SERVER_CSR_NAMES_0_C: US - # FABRIC_CA_SERVER_CSR_NAMES_0_ST: "North Carolina" - # FABRIC_CA_SERVER_CSR_NAMES_0_L: "Cary" - # FABRIC_CA_SERVER_CSR_NAMES_0_O: "Sample Org" - # FABRIC_CA_SERVER_CSR_NAMES_0_OU: "Sample Org Unit" - configParams: - - name: FABRIC_CA_SERVER_PORT - value: "7054" - - name: FABRIC_CA_SERVER_DEBUG - value: false + # To specify more environment variables for Fabric CA, use any Fabric CA + # configurable parameters + configParams: + - name: FABRIC_CA_SERVER_PORT + value: "7054" + - name: FABRIC_CA_SERVER_DEBUG + value: false