From a9eed96f39be798552815e08584fb6aeb5aff66f Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Mon, 15 Mar 2021 13:43:33 -0700 Subject: [PATCH] missed one Signed-off-by: Katrina Rogan --- deployment/test/flyte_generated.yaml | 3 --- kustomize/overlays/test/flyte/admin/deployment.yaml | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/deployment/test/flyte_generated.yaml b/deployment/test/flyte_generated.yaml index 7b86b39efe..1b85faf2f2 100644 --- a/deployment/test/flyte_generated.yaml +++ b/deployment/test/flyte_generated.yaml @@ -638,7 +638,6 @@ spec: name: check-db-ready - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - migrate @@ -653,7 +652,6 @@ spec: name: db-pass - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - migrate @@ -670,7 +668,6 @@ spec: name: db-pass - command: - flyteadmin - - --logtostderr - --config - /etc/flyte/config/*.yaml - clusterresource diff --git a/kustomize/overlays/test/flyte/admin/deployment.yaml b/kustomize/overlays/test/flyte/admin/deployment.yaml index c6f7e6cab4..b4b9d59183 100644 --- a/kustomize/overlays/test/flyte/admin/deployment.yaml +++ b/kustomize/overlays/test/flyte/admin/deployment.yaml @@ -19,7 +19,7 @@ spec: - name: run-migrations image: flyteadmin:v0.3.5 imagePullPolicy: IfNotPresent - command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/*.yaml", + command: ["flyteadmin", "--config", "/etc/flyte/config/*.yaml", "migrate", "run"] volumeMounts: - name: config-volume @@ -27,7 +27,7 @@ spec: - name: seed-projects image: flyteadmin:v0.3.5 imagePullPolicy: IfNotPresent - command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/*.yaml", + command: ["flyteadmin", "--config", "/etc/flyte/config/*.yaml", "migrate", "seed-projects", "flytetester", "flytesnacks"] volumeMounts: - name: config-volume @@ -35,7 +35,7 @@ spec: - name: sync-cluster-resources image: flyteadmin:v0.3.5 imagePullPolicy: IfNotPresent - command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/*.yaml", "clusterresource", "sync"] + command: ["flyteadmin", "--config", "/etc/flyte/config/*.yaml", "clusterresource", "sync"] volumeMounts: - name: resource-templates mountPath: /etc/flyte/clusterresource/templates