@@ -296,7 +296,10 @@ If your Helm Charts are in their own distinct Git Repository in the _same_ Azure
296
296
DevOps project, you can use the ` helm-config ` arguments to configure ` spk ` :
297
297
298
298
```
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
300
303
```
301
304
302
305
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
323
326
repository in ` helm-config-git ` :
324
327
325
328
```
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
327
334
```
328
335
329
336
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_
367
374
repository.
368
375
369
376
```
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
371
381
```
372
382
373
383
The ` helm-config-git ` parameter _ must not_ contain the username portion of a
0 commit comments