Skip to content

Commit

Permalink
docs: add configuration example in values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Wessner <[email protected]>
  • Loading branch information
wthhub committed Apr 18, 2024
1 parent 1a7217d commit 0bacd0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/common/ci/values.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ components:
hostnames:
- "foo.remote"
- "bar.remote"

containers:
container-1:
image:
Expand Down
8 changes: 8 additions & 0 deletions charts/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,14 @@ components:
# hostAliases defines host names for IP addresses
# see also https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/#adding-additional-entries-with-hostaliases
# hostAliases: {}
# - ip: "127.0.0.1"
# hostnames:
# - "foo.local"
# - "bar.local"
# - ip: "10.1.2.3"
# hostnames:
# - "foo.remote"
# - "bar.remote"

# start containers
# dictionary of containers in a pod
Expand Down

0 comments on commit 0bacd0b

Please sign in to comment.