Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling Event version 1 by default #689

Merged
merged 1 commit into from
Feb 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8123,6 +8123,7 @@ data:
metadataStoragePrefix:
- "metadata"
- "admin"
eventVersion: 1
testing:
host: http://flyteadmin
storage.yaml: |
Expand Down Expand Up @@ -8157,7 +8158,7 @@ data:
storage: 2000Mi
kind: ConfigMap
metadata:
name: flyte-admin-config-g79597h75m
name: flyte-admin-config-m8c8m77fgd
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -8657,7 +8658,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-g79597h75m
name: flyte-admin-config-m8c8m77fgd
name: config-volume
- configMap:
name: clusterresource-template-tkdkkt4cb5
Expand Down Expand Up @@ -8938,7 +8939,7 @@ spec:
name: clusterresource-template-tkdkkt4cb5
name: resource-templates
- configMap:
name: flyte-admin-config-g79597h75m
name: flyte-admin-config-m8c8m77fgd
name: config-volume
- name: db-pass
secret:
Expand Down
7 changes: 4 additions & 3 deletions deployment/gcp/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8114,6 +8114,7 @@ data:
metadataStoragePrefix:
- "metadata"
- "admin"
eventVersion: 1
testing:
host: http://flyteadmin
storage.yaml: |
Expand Down Expand Up @@ -8148,7 +8149,7 @@ data:
storage: 2000Mi
kind: ConfigMap
metadata:
name: flyte-admin-config-678t259tk4
name: flyte-admin-config-dd52bb74bf
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -8721,7 +8722,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-678t259tk4
name: flyte-admin-config-dd52bb74bf
name: config-volume
- configMap:
name: clusterresource-template-tkdkkt4cb5
Expand Down Expand Up @@ -9002,7 +9003,7 @@ spec:
name: clusterresource-template-tkdkkt4cb5
name: resource-templates
- configMap:
name: flyte-admin-config-678t259tk4
name: flyte-admin-config-dd52bb74bf
name: config-volume
- name: db-pass
secret:
Expand Down
7 changes: 4 additions & 3 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9637,6 +9637,7 @@ data:
metadataStoragePrefix:
- "metadata"
- "admin"
eventVersion: 1
testing:
host: http://flyteadmin
storage.yaml: |+
Expand All @@ -9663,7 +9664,7 @@ data:
storage: 20Mi
kind: ConfigMap
metadata:
name: flyte-admin-config-c96tt5m6b7
name: flyte-admin-config-c4gcfmb2k7
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -10323,7 +10324,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-c96tt5m6b7
name: flyte-admin-config-c4gcfmb2k7
name: config-volume
- name: db-pass
secret:
Expand Down Expand Up @@ -10658,7 +10659,7 @@ spec:
name: clusterresource-template-tkdkkt4cb5
name: resource-templates
- configMap:
name: flyte-admin-config-c96tt5m6b7
name: flyte-admin-config-c4gcfmb2k7
name: config-volume
- name: db-pass
secret:
Expand Down
5 changes: 3 additions & 2 deletions deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ data:
metadataStoragePrefix:
- "metadata"
- "admin"
eventVersion: 1
testing:
host: http://flyteadmin
storage.yaml: |+
Expand All @@ -518,7 +519,7 @@ data:
storage: 20Mi
kind: ConfigMap
metadata:
name: flyte-admin-config-c96tt5m6b7
name: flyte-admin-config-c4gcfmb2k7
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -1020,7 +1021,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-c96tt5m6b7
name: flyte-admin-config-c4gcfmb2k7
name: config-volume
- name: db-pass
secret:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ flyteadmin:
metadataStoragePrefix:
- "metadata"
- "admin"
eventVersion: 1
testing:
host: http://flyteadmin