Skip to content

Commit ae07508

Browse files
authored
Update 16_templates.md
1 parent 3364585 commit ae07508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

101-lab/content/16_templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ parameters:
6464
required: true
6565
value: 'dev'
6666
```
67-
Next, let's search through the file for the places where our username or namespace suffix `-dev` is being used and replace them with `${OWNER}` and `${APP_NAMESPACE}`. This way, in the future we can just make changes to a parameter values and they'll be applied throughout our template. Be sure to check carefully, don't just find and replace all! Be sure to save your `template.yaml` file.
67+
Next, let's search through the file for the places where our username or namespace suffix `-dev` is being used and replace them with `${OWNER}` and `${APP_NAMESPACE}` respectively. This way, in the future we can just make changes to a parameter values and they'll be applied throughout our template. Be sure to check carefully, don't just find and replace all! Be sure to save your `template.yaml` file.
6868

6969
## Test the template
7070

0 commit comments

Comments
 (0)