feat: kubectl support kustomize remote git repo

Signed-off-by: bin.hu <bin.hu@ringcentral.com>
This commit is contained in:
bin.hu
2023-08-24 09:56:37 +08:00
parent 084daaf3f9
commit 1802c4b7be
+1 -1
View File
@@ -45,7 +45,7 @@ ARG TARGETPLATFORM
RUN addgroup -S app && \
adduser -S -g app app && \
apk --no-cache add ca-certificates curl jq libgcc wrk hey
apk --no-cache add ca-certificates curl jq libgcc wrk hey git
WORKDIR /home/app