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

Commit 77aeee4

Browse files
authored
Updating default spk-config file (#90)
1 parent 79a2e2c commit 77aeee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spk-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Azure DevOps Configuration
2-
azure_devops: # Should this live under the `spk` configuration?
2+
azure_devops:
33
access_token: "hpe3a9oiswgcodtfdpzfiek3saxbrh5if1fp673xihgc5ap467a" # This is your Personal Access Token with permission to modify and access this private repo. Leave this empty if project is public
44
hld_repository: "dev.azure.com/bhnook/fabrikam/_git/hld" # Repository URL for your Bedrock HLDs
55
manifest_repository: "dev.azure.com/bhnook/fabrikam/_git/materialized" # Repository URL that is configured for flux. This holds the kubernetes manifests that is generated by fabrikate.
@@ -24,7 +24,7 @@ introspection:
2424
partition_key: "storage-account-table-partition-key" # Must be defined to run spk deployment commands
2525
key: "storage-access-key" # Must be defined to run spk deployment commands. Use ${env:INTROSPECTION_STORAGE_ACCESS_KEY} and set it in .env file
2626

27-
# Following 4 fields are needed only if using spk to onboard to use introspection tool
27+
# Following 5 fields are needed only if using spk to onboard to use introspection tool
2828
service_principal_id: "service-principal-id"
2929
service_principal_secret: "service-principal-secret"
3030
subscription_id: "subscription-id"

0 commit comments

Comments
 (0)