diff --git a/system/package/k8/test.yaml b/system/package/k8/test.yaml index 739531ec..898b2b08 100644 --- a/system/package/k8/test.yaml +++ b/system/package/k8/test.yaml @@ -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 diff --git a/system/package/test.yaml b/system/package/test.yaml index 4da099dd..a4a48f86 100644 --- a/system/package/test.yaml +++ b/system/package/test.yaml @@ -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')]" \ No newline at end of file