Skip to content

Commit

Permalink
fix: incorrect example chart values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan CJ <[email protected]>
  • Loading branch information
rohantmp committed Nov 13, 2023
1 parent d354403 commit 527f53c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/eks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ init:
# password: <string> (if required for repo)
# insecure: boolean (if required for repo)
# release:
# releaseName: <string> REQUIRED
# releaseNamespace: <string> REQUIRED
# name: <string> REQUIRED
# namespace: <string> REQUIRED
# timeout: number
# values: |- string YAML object
# foo: bar
Expand Down
4 changes: 2 additions & 2 deletions charts/k0s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ init:
# password: <string> (if required for repo)
# insecure: boolean (if required for repo)
# release:
# releaseName: <string> REQUIRED
# releaseNamespace: <string> REQUIRED
# name: <string> REQUIRED
# namespace: <string> REQUIRED
# timeout: number
# values: |- string YAML object
# foo: bar
Expand Down
4 changes: 2 additions & 2 deletions charts/k3s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ init:
# password: <string> (if required for repo)
# insecure: boolean (if required for repo)
# release:
# releaseName: <string> REQUIRED
# releaseNamespace: <string> REQUIRED
# name: <string> REQUIRED
# namespace: <string> REQUIRED
# timeout: number
# values: |- string YAML object
# foo: bar
Expand Down
4 changes: 2 additions & 2 deletions charts/k8s/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,8 @@ init:
# password: <string> (if required for repo)
# insecure: boolean (if required for repo)
# release:
# releaseName: <string> REQUIRED
# releaseNamespace: <string> REQUIRED
# name: <string> REQUIRED
# namespace: <string> REQUIRED
# timeout: number
# values: |- string YAML object
# foo: bar
Expand Down

0 comments on commit 527f53c

Please sign in to comment.