Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 9eda8fd

Browse files
committed
PR fixes
1 parent 90f4ba0 commit 9eda8fd

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

guides/project-service-management-guide.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,10 @@ If your Helm Charts are in their own distinct Git Repository in the _same_ Azure
296296
DevOps project, you can use the `helm-config` arguments to configure `spk`:
297297

298298
```
299-
spk service create --helm-config-git https://dev.azure.com/fabrikam/fabrikam-project/_git/fabrikam-helm-charts --helm-config-branch master --helm-path /charts/fabrikam
299+
spk service create \
300+
--helm-config-git https://dev.azure.com/fabrikam/fabrikam-project/_git/fabrikam-helm-charts
301+
--helm-config-branch master \
302+
--helm-path /charts/fabrikam
300303
```
301304

302305
The above invocation presumes that the helm chart repository configured for
@@ -323,7 +326,11 @@ the environment variable containing the Personal Access Token to access the git
323326
repository in `helm-config-git`:
324327

325328
```
326-
spk service create --helm-config-git https://dev.azure.com/fabrikam/fabrikam-helm-charts-project/_git/fabrikam-helm-charts --helm-config-branch master --helm-path /charts/fabrikam --helm-config-access-token-variable FABRIKAM_HELM_CHARTS_REPO_PAT
329+
spk service create \
330+
--helm-config-git https://dev.azure.com/fabrikam/fabrikam-helm-charts-project/_git/fabrikam-helm-charts \
331+
--helm-config-branch master \
332+
--helm-path /charts/fabrikam \
333+
--helm-config-access-token-variable FABRIKAM_HELM_CHARTS_REPO_PAT
327334
```
328335

329336
The `helm-config-git` parameter _must not_ contain the username portion of a
@@ -367,7 +374,10 @@ allow a user to configure a service with helm charts tracked in the _same_
367374
repository.
368375

369376
```
370-
spk service create --helm-config-git https://dev.azure.com/fabrikam/fabrikam-project/_git/fabrikam-app --helm-config-branch master --helm-path /charts/fabrikam
377+
spk service create
378+
--helm-config-git https://dev.azure.com/fabrikam/fabrikam-project/_git/fabrikam-app \
379+
--helm-config-branch master \
380+
--helm-path /charts/fabrikam
371381
```
372382

373383
The `helm-config-git` parameter _must not_ contain the username portion of a

0 commit comments

Comments
 (0)