Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Helm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
GitDevSecOps
Helm
Commits
b0c167ee
"git@lab.libreho.st:ecobytes/compose.libre.sh.git" did not exist on "06899cb798d35a7bc9205a32a0e50f8623071ed8"
Commit
b0c167ee
authored
2 years ago
by
Arun Theja
Browse files
Options
Downloads
Patches
Plain Diff
Helm-Commands
parent
030b8a90
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Helm/Helm-Commands
+2
-1
2 additions, 1 deletion
Helm/Helm-Commands
with
2 additions
and
1 deletion
Helm/Helm-Commands
+
2
−
1
View file @
b0c167ee
...
...
@@ -34,7 +34,8 @@ helm install ./CHART_NAME --dry-run --debug
helm install ./CHART_NAME --dry-run --debug --generate-name
helm install REPOSITORY_NAME/CHART_NAME --name RELEASE_NAME
helm install REPOSITORY_NAME/CHART_NAME --name RELEASE_NAME --namespace NAMESPACE_NAME
helm install RELEASE_NAME CHART_NAME # v3
helm install RELEASE_NAME . # v3
helm install RELEASE_NAME CHART_NAME
helm install RELEASE_NAME ./CHART_NAME
helm install RELEASE_NAME CHART_NAME -f FILE_NAME.yaml
helm install RELEASE_NAME CHART_NAME --repo REPOSITORY_HTTPS_URL
...
...
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