Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <katroganGH@gmail.com>
  • Loading branch information
katrogan committed Mar 15, 2021
1 parent 09814bc commit a9eed96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,6 @@ spec:
name: check-db-ready
- command:
- flyteadmin
- --logtostderr
- --config
- /etc/flyte/config/*.yaml
- migrate
Expand All @@ -653,7 +652,6 @@ spec:
name: db-pass
- command:
- flyteadmin
- --logtostderr
- --config
- /etc/flyte/config/*.yaml
- migrate
Expand All @@ -670,7 +668,6 @@ spec:
name: db-pass
- command:
- flyteadmin
- --logtostderr
- --config
- /etc/flyte/config/*.yaml
- clusterresource
Expand Down
6 changes: 3 additions & 3 deletions kustomize/overlays/test/flyte/admin/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ 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
mountPath: /etc/flyte/config
- 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
mountPath: /etc/flyte/config
- 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
Expand Down

0 comments on commit a9eed96

Please sign in to comment.