From d33fccaefe1a9941c211a1a821c6da2feedb9a29 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Tue, 26 May 2020 13:19:12 -0700 Subject: [PATCH] Fix helm install examples - use full flag name - specify version --- xml/repeated-content-decl.ent | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/xml/repeated-content-decl.ent b/xml/repeated-content-decl.ent index f14e8c14..82f34ce7 100644 --- a/xml/repeated-content-decl.ent +++ b/xml/repeated-content-decl.ent @@ -2055,7 +2055,8 @@ User: username@ldap.example.com &prompt.user;helm install cf-operator suse/cf-operator \ --namespace cf-operator \ ---set "global.operator.watchNamespace=kubecf" +--set "global.operator.watchNamespace=kubecf" \ +--version &operator_chart; @@ -2064,7 +2065,7 @@ User: username@ldap.example.com the status of your &operator; deployment using the watch command. -&prompt.user;watch --color 'kubectl get pods -n cf-operator' +&prompt.user;watch --color 'kubectl get pods --namespace cf-operator' @@ -2086,7 +2087,8 @@ User: username@ldap.example.com &prompt.user;helm install kubecf suse/kubecf \ --namespace kubecf \ ---values kubecf-values.yaml +--values kubecf-values.yaml \ +--version &kubecf_chart; @@ -2095,7 +2097,7 @@ User: username@ldap.example.com the status of your &kubecf; deployment using the watch command. -&prompt.user;watch --color 'kubectl get pods -n kubecf' +&prompt.user;watch --color 'kubectl get pods --namespace kubecf' '>