Skip to content

Commit 29c8d68

Browse files
committed
make fmt
1 parent a90c15f commit 29c8d68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

helm/provisioner/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Below are some common specific use-cases when deploying a Coder provisioner.
4545
If you need to set deployment- or pod-level labels and annotations, set `coder.{annotations,labels}` or `coder.{podAnnotations,podLabels}`.
4646

4747
Example:
48+
4849
```yaml
4950
coder:
5051
# ...
@@ -89,6 +90,7 @@ extraTemplates:
8990
### Deploying multiple provisioners in the same namespace
9091

9192
To deploy multiple provisioners in the same namespace, set the following values explicitly to avoid conflicts:
93+
9294
- `nameOverride`: controls the name of the provisioner deployment
9395
- `serviceAccount.name`: controls the name of the service account.
9496

@@ -120,6 +122,7 @@ If you wish to deploy a second provisioner that references an existing service a
120122
- Set `coder.serviceAccount.nameOverride` to the name of an existing service account.
121123

122124
See below for a concrete example:
125+
123126
```yaml
124127
coder:
125128
# ...
@@ -140,6 +143,7 @@ Each test case runs `helm template` against the corresponding `test_case.yaml`,
140143
If `expectedError` is not empty for that specific test case, no corresponding `.golden` file is required.
141144

142145
To add a new test case:
146+
143147
- Create an appropriately named `.yaml` file in `testdata/` along with a corresponding `.golden` file, if required.
144148
- Add the test case to the array in `chart_test.go`, setting `name` to the name of the files you added previously (without the extension). If appropriate, set `expectedError`.
145149
- Run the tests and ensure that no regressions in existing test cases occur: `go test ./tests`.

0 commit comments

Comments
 (0)