Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Aug 9, 2023
1 parent 71cd378 commit 9278896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/generate_helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ HELM_CAPABILITIES="-a rbac.authorization.k8s.io/v1 -a networking.k8s.io/v1/Ingre

helm dep update ${DIR}/../charts/flyte/
helm dep update ${DIR}/../charts/flyte-deps/
helm dep update ${DIR}/../charts/flyte-agent/
helm dep update ${DIR}/../charts/flyte-core/

helm template flyte -n flyte ${DIR}/../charts/flyte/ -f ${DIR}/../charts/flyte/values.yaml ${HELM_CAPABILITIES} --debug > ${DIR}/../deployment/sandbox/flyte_helm_generated.yaml

Expand Down

0 comments on commit 9278896

Please sign in to comment.