Skip to content

Commit

Permalink
Enabling Event version 1 by default (flyteorg#689)
Browse files Browse the repository at this point in the history
- This change enables event version 1.0 by default. This is useful in
  complex node to node relationships
  • Loading branch information
kumare3 authored Feb 2, 2021
1 parent 46864a5 commit 658aecd
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
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

0 comments on commit 658aecd

Please sign in to comment.