Skip to content

Commit

Permalink
Helm - Enabling Event version 1 by default
Browse files Browse the repository at this point in the history
Based on the following kustomize change:
- 658aecd Enabling Event version 1 by default (flyteorg#689)

Signed-off-by: Sören Brunk <[email protected]>
  • Loading branch information
sbrunk committed Mar 31, 2021
1 parent 543672a commit ebc35b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/values-eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ configmap:
metadataStoragePrefix:
- "metadata"
- "admin"
eventVersion: 1
testing:
host: http://flyteadmin
scheduler:
Expand Down
1 change: 1 addition & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ configmap:
metadataStoragePrefix:
- "metadata"
- "admin"
eventVersion: 1
testing:
host: http://flyteadmin

Expand Down

0 comments on commit ebc35b8

Please sign in to comment.