Skip to content

Commit

Permalink
fix: resolving build error (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
whilke authored Sep 14, 2020
1 parent 4ce2e26 commit b601060
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion system/package/k8/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
bake.tag/owner: ""
bake.tag/ing_version: 0.1.98
bake.tag/ingredient: "@azbake/ingredient-kubernetes"
bake.tag/deployment_ts: 2020-04-22T20:24:09.193Z
bake.tag/deployment_ts: '{{BLAH}}'
spec:
containers:
- name: nginx
Expand Down
23 changes: 12 additions & 11 deletions system/package/test.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: kv-test
shortName: kv
version: 1.0.0
name: Kados
shortName: kados
owner: Architecture
version: 0.0.1
ingredients:
- "@azbake/ingredient-storage@~0"
- "@azbake/ingredient-null@~0"
resourceGroup: true
rgOverride: "whilke-poc"
- "@azbake/ingredient-kubernetes@~0"
parallelRegions: false
resourceGroup: false
variables:
container: "[storage.get_storageaccount('whilke-poc','whilkepocdiag')]"
blah: "[coreutils.toJsonString(await coreutils.variable('json'))]"
recipe:
keyvault:
kados-service-deploy:
properties:
type: "@azbake/ingredient-null"
type: "@azbake/ingredient-kubernetes"
source: ./k8
tokens:
parameters:
name: "[storage.get_container(await coreutils.variable('container'), 'whilke')]"
kubeconfig: "[coreutils.variable('k8s_config')]"

0 comments on commit b601060

Please sign in to comment.