diff --git a/deployment/sandbox-binary/flyte_agent_helm_generated.yaml b/deployment/agent/flyte_agent_helm_generated.yaml similarity index 100% rename from deployment/sandbox-binary/flyte_agent_helm_generated.yaml rename to deployment/agent/flyte_agent_helm_generated.yaml diff --git a/script/generate_helm.sh b/script/generate_helm.sh index c0995db988..0ea1c85109 100755 --- a/script/generate_helm.sh +++ b/script/generate_helm.sh @@ -37,7 +37,7 @@ helm template flyte -n flyte ${DIR}/../charts/flyte-deps/ ${HELM_CAPABILITIES} - helm template flyte -n flyte ${DIR}/../charts/flyte-binary/ ${HELM_CAPABILITIES} --debug > ${DIR}/../deployment/sandbox-binary/flyte_sandbox_binary_helm_generated.yaml # Generate manifest flyte agent -helm template flyte -n flyte ${DIR}/../charts/flyte-agent/ ${HELM_CAPABILITIES} --debug > ${DIR}/../deployment/sandbox-binary/flyte_agent_helm_generated.yaml +helm template flyte -n flyte ${DIR}/../charts/flyte-agent/ ${HELM_CAPABILITIES} --debug > ${DIR}/../deployment/agent/flyte_agent_helm_generated.yaml echo "Generating helm docs"