Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about structure of the values.yml file. #830

Merged
merged 1 commit into from
May 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -2015,3 +2015,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.
KucharczykL marked this conversation as resolved.
Show resolved Hide resolved
Do not re-use the previous version of file. Instead, source the default file at
KucharczykL marked this conversation as resolved.
Show resolved Hide resolved
<link xlink:href="https://github.com/cloudfoundry-incubator/kubecf/blob/master/deploy/helm/kubecf/values.yaml"/>.
KucharczykL marked this conversation as resolved.
Show resolved Hide resolved
</para>'>