You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: spk-config.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Azure DevOps Configuration
2
-
azure_devops:# Should this live under the `spk` configuration?
2
+
azure_devops:
3
3
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
4
4
hld_repository: "dev.azure.com/bhnook/fabrikam/_git/hld"# Repository URL for your Bedrock HLDs
5
5
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:
24
24
partition_key: "storage-account-table-partition-key"# Must be defined to run spk deployment commands
25
25
key: "storage-access-key"# Must be defined to run spk deployment commands. Use ${env:INTROSPECTION_STORAGE_ACCESS_KEY} and set it in .env file
26
26
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
0 commit comments