Skip to content

Commit

Permalink
Update how-to-modularize.md
Browse files Browse the repository at this point in the history
Fixes description commentary.
  • Loading branch information
Thiago-Alessandro authored Nov 19, 2024
1 parent 8851a2c commit 0d31048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/ytt/docs/develop/how-to-modularize.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ Building on the previous solution, `name`, `namespace`, `version`, and `replicas
#! schema.yml
#@data/values-schema
---
name: "frontend" #! ensures that any value for 'frontend' must be a string
namespace: "default" #! ensures that any value for 'default' must be a string
name: "frontend" #! ensures that any value for 'name' must be a string
namespace: "default" #! ensures that any value for 'namespace' must be a string
version: "0.1.0" #! ensures that any value for 'version' must be a string
replicas: 1 #! ensures that any value for 'replicas' must be a int
```
Expand Down

0 comments on commit 0d31048

Please sign in to comment.