Add v1beta3 files to update-demo

This commit is contained in:
Daniel Smith
2015-03-04 13:02:47 -08:00
parent ce24a7b144
commit d5ae2b56ad
7 changed files with 50 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ var _ = Describe("kubectl", func() {
// Constants.
var (
updateDemoRoot = filepath.Join(testContext.repoRoot, "examples/update-demo")
updateDemoRoot = filepath.Join(testContext.repoRoot, "examples/update-demo/v1beta1")
nautilusPath = filepath.Join(updateDemoRoot, "nautilus-rc.yaml")
kittenPath = filepath.Join(updateDemoRoot, "kitten-rc.yaml")
)