Skip to content

Commit

Permalink
Added kustomize file in non dind image (#1322)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia authored Aug 12, 2021
1 parent ba40703 commit 68f3ddc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/sandbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ RUN apk add --no-cache bash git make tini
COPY docker/sandbox/flyte-entrypoint-default.sh /flyteorg/bin/flyte-entrypoint.sh
COPY docker/sandbox/bashrc /root/.bashrc

# Copy kustomization template
COPY docker/sandbox/kustomization.yaml /flyteorg/share/kustomization.yaml

# Update PATH variable
ENV PATH "/flyteorg/bin:${PATH}"

Expand Down

0 comments on commit 68f3ddc

Please sign in to comment.