Skip to content

Commit

Permalink
Merge pull request #1351 from rohantmp/fixComment
Browse files Browse the repository at this point in the history
fix: incorrect example chart values.yaml
  • Loading branch information
FabianKramm committed Nov 13, 2023
2 parents d354403 + 049a3e9 commit 4256f24
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 4256f24

Please sign in to comment.