Skip to content

Commit

Permalink
Merge pull request #832 from garden-io/remote-demo-project
Browse files Browse the repository at this point in the history
chore(demo-project): re-insert remote env
  • Loading branch information
edvald authored Jun 12, 2019
2 parents 80cb2aa + f4bb939 commit 9a30c37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/demo-project/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ environments:
- name: local
providers:
- name: local-kubernetes
- name: remote
providers:
- name: kubernetes
# Replace these values as appropriate
context: gke_garden-dev-200012_europe-west1-b_garden-dev-1
namespace: ${local.env.USER || "default"}-demo-project
defaultHostname: ${local.env.USER || "default"}-demo-project.dev-1.sys.garden
buildMode: cluster-docker

0 comments on commit 9a30c37

Please sign in to comment.