Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
argocd-custom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
argocd-custom
Commits
70bb5f21
Commit
70bb5f21
authored
4 years ago
by
patrick leclech
Browse files
Options
Downloads
Patches
Plain Diff
add deploy.sh
parent
99fda449
Branches
Branches containing commit
Tags
latest
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Earthfile
+2
-0
2 additions, 0 deletions
Earthfile
deploy.sh
+10
-0
10 additions, 0 deletions
deploy.sh
with
12 additions
and
0 deletions
Earthfile
+
2
−
0
View file @
70bb5f21
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
deploy.sh
0 → 100644
+
10
−
0
View file @
70bb5f21
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment