Skip to content

Commit

Permalink
Fixed remaining podEnv defaults
Browse files Browse the repository at this point in the history
Signed-off-by: mvaal <[email protected]>
  • Loading branch information
mvaalexp committed May 14, 2024
1 parent fe7c72e commit 16963fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/flyte-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ flytescheduler:
# -- Annotations for Flytescheduler pods
podAnnotations: {}
# -- Additional Flytescheduler container environment variables
podEnv: {}
podEnv: []
# -- Labels for Flytescheduler pods
podLabels: {}
# -- nodeSelector for Flytescheduler deployment
Expand Down Expand Up @@ -243,7 +243,7 @@ datacatalog:
# -- Annotations for Datacatalog pods
podAnnotations: {}
# -- Additional Datacatalog container environment variables
podEnv: {}
podEnv: []
# -- Labels for Datacatalog pods
podLabels: {}
# -- nodeSelector for Datacatalog deployment
Expand Down Expand Up @@ -329,7 +329,7 @@ flytepropeller:
# -- Annotations for Flytepropeller pods
podAnnotations: {}
# -- Additional Flytepropeller container environment variables
podEnv: {}
podEnv: []
# -- Labels for Flytepropeller pods
podLabels: {}
# -- nodeSelector for Flytepropeller deployment
Expand Down Expand Up @@ -926,7 +926,7 @@ cluster_resource_manager:
# -- Annotations for ClusterResource pods
podAnnotations: {}
# -- Additional ClusterResource container environment variables
podEnv: {}
podEnv: []
# -- Labels for ClusterResource pods
podLabels: {}
# -- nodeSelector for ClusterResource deployment
Expand Down

0 comments on commit 16963fd

Please sign in to comment.