Skip to content
Snippets Groups Projects
Commit 70bb5f21 authored by patrick leclech's avatar patrick leclech
Browse files

add deploy.sh

parent 99fda449
Branches
Tags latest
No related merge requests found
......@@ -10,6 +10,8 @@ RUN apt-get update \
deps:
RUN curl -L https://github.com/splunk/qbec/releases/download/v0.12.4/qbec-linux-amd64.tar.gz \
| tar -xvzf - -C /usr/local/bin/ qbec jsonnet-qbec
COPY deploy.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/deploy.sh
SAVE IMAGE
docker-argocd:
......
#!/bin/bash
set -e
if [ -f 'Chart.yaml' ]; then
echo "$HELM_VALUES" | helm template . --name-template $ARGOCD_APP_NAME --namespace $ARGOCD_APP_NAMESPACE $HELM_ARGS -f - --include-crds > all.yaml && kustomize build
exit 0
fi
kustomize build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment