File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ operator-sdk new <project-name> --type=helm --kind=<kind> --api-version=<group/v
55
55
56
56
This will be new scaffolding for the above command under the hood. We will:
57
57
* 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> ` .
60
60
* Create a new watches file at ` ./<project-name>/watches.yaml ` . The chart and GVK will be defaulted based on input to the ` new ` command.
61
61
* Create a ` ./<project-name>/deploy ` with the Kubernetes resource files necessary to run the operator.
62
62
* 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:
70
70
|-- build
71
71
| | Dockerfile
72
72
|
73
- |-- charts
73
+ |-- helm- charts
74
74
| |-- <kind>
75
75
| | Chart.yaml
76
76
| | ...
You can’t perform that action at this time.
0 commit comments