Skip to content

Commit ce43f82

Browse files
committed
doc/proposals: rename helm chart dir to 'helm-charts'
1 parent 23c517f commit ce43f82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/proposals/helm-operator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ operator-sdk new <project-name> --type=helm --kind=<kind> --api-version=<group/v
5555

5656
This will be new scaffolding for the above command under the hood. We will:
5757
* Create a `./<project-name>` directory.
58-
* Create a `./<project-name>/charts` directory.
59-
* Generate a simple default chart at `./<project-name>/charts/<kind>`.
58+
* Create a `./<project-name>/helm-charts` directory.
59+
* Generate a simple default chart at `./<project-name>/helm-charts/<kind>`.
6060
* Create a new watches file at `./<project-name>/watches.yaml`. The chart and GVK will be defaulted based on input to the `new` command.
6161
* Create a `./<project-name>/deploy` with the Kubernetes resource files necessary to run the operator.
6262
* Create a `./build/Dockerfile` that uses the watches file and the helm chart. It will use the Helm operator as its base image.
@@ -70,7 +70,7 @@ The resulting structure will be:
7070
|-- build
7171
| | Dockerfile
7272
|
73-
|-- charts
73+
|-- helm-charts
7474
| |-- <kind>
7575
| | Chart.yaml
7676
| | ...

0 commit comments

Comments
 (0)