Skip to content

Commit

Permalink
Use config file entity and fix typo (#882)
Browse files Browse the repository at this point in the history
* Use entity for config file

* Fix missing domain
  • Loading branch information
btat authored Jun 18, 2020
1 parent 93ec859 commit 43a7319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xml/cap_admin_upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ cat adduser.sql
kubectl exec -i database-0 --namespace kubecf -- mysql uaa < adduser.sql

echo "select username from uaa.users;" | kubectl exec -i database-0 --namespace kubecf -- mysql
cf login --skip-ssl-validation -a https://api. -u admin -p changeme
cf login --skip-ssl-validation -a https://api.<system_domain> -u admin -p changeme
</screen>
</step>
<step>
Expand Down
2 changes: 1 addition & 1 deletion xml/repeated-content-decl.ent
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ 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>&values-file;</replaceable> \
--version &kubecf_chart;
</screen>
</step>
Expand Down

0 comments on commit 43a7319

Please sign in to comment.