Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Commit

Permalink
update Skaffold live template to v1beta1 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanporty authored Dec 5, 2018
1 parent f0ac8c1 commit 73a3719
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<templateSet group="Skaffold">
<template name="skaffold" value="apiVersion: skaffold/v1alpha5&#10;kind: Config&#10;build:&#10; artifacts:&#10; - image: $IMAGE$ &#10;deploy:&#10; kubectl:&#10; manifests:&#10; - $MANIFEST$&#10; &#10;" description="Skaffold Config" toReformat="true" toShortenFQNames="true">
<template name="skaffold" value="apiVersion: skaffold/v1beta1&#10;kind: Config&#10;build:&#10; artifacts:&#10; - image: $IMAGE$ &#10;deploy:&#10; kubectl:&#10; manifests:&#10; - $MANIFEST$&#10; &#10;" description="Skaffold Config" toReformat="true" toShortenFQNames="true">
<variable name="IMAGE" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="MANIFEST" expression="" defaultValue="" alwaysStopAt="true" />
<context>
Expand Down

0 comments on commit 73a3719

Please sign in to comment.