Skip to content

Commit 0363321

Browse files
Tweak wording.
1 parent fbff04a commit 0363321

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

workshop/content/exercises/03-generated-passwords.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
With the configuration for the ``ytt`` templates currently used it is
2-
necessary to provide the password from an external source. This is going to
3-
be the most secure way of handling passwords, but as far as usability is
4-
concerned it is extra work.
2+
necessary to provide the password from an external source. This is going to be
3+
the most secure way of handling passwords, but as far as usability is
4+
concerned it is extra work and adds extra complexity even for simple use
5+
cases.
56

67
With this approach you also have to ensure you supply the same password if
78
updating the configuration or resources later if upgrading else you could
@@ -56,5 +57,4 @@ That said, this doesn't mean that it isn't possible to generate randomized
5657
values when using ``ytt`` and the next part of this workshop will explain how
5758
it can actually be done. In presenting this solution, it will be shown that
5859
even though randomized values are generated, it can still be made
59-
deterministic, or at least to a level which is adequate for a subset of uses
60-
cases.
60+
deterministic, or at least to a level which is adequate for many use cases.

workshop/content/exercises/04-random-numbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ though we only use it once.
8080

8181
This is a bit odd, but otherwise doesn't appear in itself to affect any use of
8282
Starlark modules by ``ytt``. It is not obvious if this is a bug in how ``ytt``
83-
uses Starlark. One would have expected the module to only be imported and
83+
uses Starlark. One would have expected the module to only be loaded and
8484
processed once.
8585

8686
The bigger problem though derives from how Starlark modules work.

0 commit comments

Comments
 (0)