Skip to content

Commit

Permalink
Add flyteexamples project to sandbox deploy (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrogan committed Feb 5, 2020
1 parent b6c38ae commit ac1e507
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,7 @@ spec:
- seed-projects
- flytesnacks
- flytetester
- flyteexamples
image: docker.io/lyft/flyteadmin:v0.2.1
imagePullPolicy: IfNotPresent
name: seed-projects
Expand Down
1 change: 1 addition & 0 deletions deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ spec:
- seed-projects
- flytesnacks
- flytetester
- flyteexamples
image: docker.io/lyft/flyteadmin:v0.2.1
imagePullPolicy: IfNotPresent
name: seed-projects
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
image: docker.io/lyft/flyteadmin:v0.2.1
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml",
"migrate", "seed-projects", "flytesnacks", "flytetester"]
"migrate", "seed-projects", "flytesnacks", "flytetester", "flyteexamples"]
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
Expand Down

0 comments on commit ac1e507

Please sign in to comment.