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

Improve flyte-core helm chart #5362

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 14, 2024

  1. Improve flyte-core helm chart

    Fixed flyte-core helm chart where ServiceAccounts were missing and some naming inconsistencies
    
    Signed-off-by: mvaal <[email protected]>
    mvaalexp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    fe7c72e View commit details
    Browse the repository at this point in the history
  2. Fixed remaining podEnv defaults

    Signed-off-by: mvaal <[email protected]>
    mvaalexp committed May 14, 2024
    Configuration menu
    Copy the full SHA
    16963fd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Update generated_helm

    Signed-off-by: mvaal <[email protected]>
    mvaalexp committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0d6bcbc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Fix lint issues in flyte-core values.yaml

    Signed-off-by: mvaal <[email protected]>
    mvaalexp committed May 28, 2024
    Configuration menu
    Copy the full SHA
    35494d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Merge branch 'master' into mvaalexp/flyte-core-helm-fixes

    Signed-off-by: Marcus Vaal <[email protected]>
    mvaalexp authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1a939cb View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Added clustersync generated ServiceAccount to admin ClusterRoleBinding

    Since clustersync is running flyteadmin, we want to give it the same permissions as flyteadmin SA (since that is the one we are replacing)
    
    Signed-off-by: mvaal <[email protected]>
    mvaalexp committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9e3e27c View commit details
    Browse the repository at this point in the history