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
f36921ed
Commit
f36921ed
authored
2 years ago
by
9devops9
🔥
Browse files
Options
Downloads
Patches
Plain Diff
Helm-Commands
parent
c7060c9e
No related branches found
Branches containing commit
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
-0
2 additions, 0 deletions
Helm/Helm-Commands
with
2 additions
and
0 deletions
Helm/Helm-Commands
+
2
−
0
View file @
f36921ed
...
...
@@ -50,6 +50,7 @@ helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME -f FILE_NAME.yaml
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME -n NAMESPACE_NAME
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME -n NAMESPACE_NAME --set replicaCount=NO --kube-context=CONTEXT_NAME
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME -n NAMESPACE_NAME --values /FOLDER_NAME/FILE_NAME.yaml
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME --namespace NAMESPACE_NAME
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME --namespace NAMESPACE_NAME -f FILE_NAME.yaml
...
...
@@ -115,6 +116,7 @@ helm show chart REPOSITORY_NAME/CHART_NAME
helm show readme CHART_NAME # inspects a chart (directory, file, or URL) and displays the contents of the README file
helm show values CHART_NAME # inspects a chart (directory, file, or URL) and displays the contents of the values.yaml file
helm show values REPOSITORY_NAME/CHART_NAME
helm show values REPOSITORY_NAME/CHART_NAME > /FOLDER_NAME/FILE_NAME.yaml
[Template] # validating
helm template CHART_NAME
...
...
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