Skip to content

Commit

Permalink
Fix helm install examples
Browse files Browse the repository at this point in the history
- use full flag name
- specify version
  • Loading branch information
btat committed May 26, 2020
1 parent 42f0f9f commit d33fcca
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions xml/repeated-content-decl.ent
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,8 @@ User: [email protected]
</para>
<screen>&prompt.user;helm install <replaceable>cf-operator</replaceable> suse/cf-operator \
--namespace <replaceable>cf-operator</replaceable> \
--set "global.operator.watchNamespace=<replaceable>kubecf</replaceable>"
--set "global.operator.watchNamespace=<replaceable>kubecf</replaceable>" \
--version &operator_chart;
</screen>
</step>
<step>
Expand All @@ -2064,7 +2065,7 @@ User: [email protected]
the status of your &operator; deployment using the
<command>watch</command> command.
</para>
<screen>&prompt.user;watch --color &apos;kubectl get pods -n <replaceable>cf-operator</replaceable>&apos;</screen>
<screen>&prompt.user;watch --color &apos;kubectl get pods --namespace <replaceable>cf-operator</replaceable>&apos;</screen>
<para>
<!-- TODO-CAP2 DESCRIPTION OF COMPLETE DEPLOYMENT OF OPERATOR -->
</para>
Expand All @@ -2086,7 +2087,8 @@ User: [email protected]
</para>
<screen>&prompt.user;helm install <replaceable>kubecf</replaceable> suse/kubecf \
--namespace <replaceable>kubecf</replaceable> \
--values <replaceable>kubecf-values.yaml</replaceable>
--values <replaceable>kubecf-values.yaml</replaceable> \
--version &kubecf_chart;
</screen>
</step>
<step>
Expand All @@ -2095,7 +2097,7 @@ User: [email protected]
the status of your &kubecf; deployment using the
<command>watch</command> command.
</para>
<screen>&prompt.user;watch --color &apos;kubectl get pods -n <replaceable>kubecf</replaceable>&apos;</screen>
<screen>&prompt.user;watch --color &apos;kubectl get pods --namespace <replaceable>kubecf</replaceable>&apos;</screen>
</step>
</procedure>'>

Expand Down

0 comments on commit d33fcca

Please sign in to comment.