From a5e524e8c821c75d600c6c7f27b0d8fbd006dbd1 Mon Sep 17 00:00:00 2001 From: Ketan Umare <16888709+kumare3@users.noreply.github.com> Date: Sun, 21 Feb 2021 14:05:03 -0800 Subject: [PATCH] FlyteExamples should be one of the seedprojects (#756) - This is because the getting started guide uses this --- deployment/sandbox/flyte_generated.yaml | 1 + kustomize/overlays/sandbox/admin/deployment.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/deployment/sandbox/flyte_generated.yaml b/deployment/sandbox/flyte_generated.yaml index 1da79f75b5..d119bfd043 100644 --- a/deployment/sandbox/flyte_generated.yaml +++ b/deployment/sandbox/flyte_generated.yaml @@ -2393,6 +2393,7 @@ spec: - migrate - seed-projects - flytesnacks + - flyteexamples image: ghcr.io/lyft/flyteadmin:v0.3.29 imagePullPolicy: IfNotPresent name: seed-projects diff --git a/kustomize/overlays/sandbox/admin/deployment.yaml b/kustomize/overlays/sandbox/admin/deployment.yaml index f8134a76a5..2f02e350e7 100644 --- a/kustomize/overlays/sandbox/admin/deployment.yaml +++ b/kustomize/overlays/sandbox/admin/deployment.yaml @@ -46,6 +46,7 @@ spec: "migrate", "seed-projects", "flytesnacks", + "flyteexamples", ] volumeMounts: - name: config-volume