Skip to content

Commit

Permalink
Add note about structure of the values.yml file. (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL authored May 28, 2020
1 parent d494084 commit a7d4000
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions xml/cap_depl_aks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,8 @@ export NODEPOOL_NAME="mypool"
complete example deployment configuration.
</para>

&values-file-changes;

&supported-domains;

<screen>
Expand Down
3 changes: 3 additions & 0 deletions xml/cap_depl_caasp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ sed's/"namespace": "default"/"namespace": "scf"/' | kubectl create --filename -
&values-filename; in this guide, provides an
example of a &productname; configuration.
</para>

&values-file-changes;

<para>
Ensure <literal>DOMAIN</literal> maps to the load balancer configured for
your &caasp; cluster (see
Expand Down
2 changes: 2 additions & 0 deletions xml/cap_depl_eks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
Use this example &values-filename; as a template
for your configuration.
</para>

&values-file-changes;

&supported-domains;

Expand Down
2 changes: 2 additions & 0 deletions xml/cap_depl_gke.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@
complete example deployment configuration.
</para>

&values-file-changes;

&supported-domains;

<screen>
Expand Down
5 changes: 4 additions & 1 deletion xml/cap_overview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@
&kubecf; has been updated to version &kubecf_chart;:
</para>
<itemizedlist>
<listitem>
&values-file-changes;
</listitem>
<listitem>
<para>
TODO-CAP2 ITEM 1
TODO-CAP2 ITEM1
</para>
</listitem>
</itemizedlist>
Expand Down
9 changes: 9 additions & 0 deletions xml/repeated-content-decl.ent
Original file line number Diff line number Diff line change
Expand Up @@ -1936,3 +1936,12 @@ User: [email protected]
information see <xref linkend="cha-cap-depl-notes-releases"/>.
</para>
</warning>'>

<!--ENTITY values-file-changes...............................................-->

<!ENTITY values-file-changes
'<para xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
The format of the &values-file; file has been restructured completely.
Do not re-use the previous version of file. Instead, source the default file at
<link xlink:href="https://github.com/cloudfoundry-incubator/kubecf/blob/master/deploy/helm/kubecf/values.yaml"/>.
</para>'>

0 comments on commit a7d4000

Please sign in to comment.