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
0cd0aedf
Commit
0cd0aedf
authored
2 years ago
by
9devops9
🔥
Browse files
Options
Downloads
Patches
Plain Diff
Helm-Commands
parent
67412f50
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
+6
-1
6 additions, 1 deletion
Helm/Helm-Commands
with
6 additions
and
1 deletion
Helm/Helm-Commands
+
6
−
1
View file @
0cd0aedf
...
@@ -49,8 +49,12 @@ helm install RELEASE_NAME ./CHART_NAME/ -n NAMESPACE_NAME -f FILE_NAME.yaml --cr
...
@@ -49,8 +49,12 @@ helm install RELEASE_NAME ./CHART_NAME/ -n NAMESPACE_NAME -f FILE_NAME.yaml --cr
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME -n NAMESPACE_NAME
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 --set replicaCount=NO --kube-context=CONTEXT_NAME
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
helm install RELEASE_NAME REPOSITORY_NAME/CHART_NAME --namespace NAMESPACE_NAME -f FILE_NAME.yaml
[Inspect] Helm v2
helm inspect values REPOSITORY_NAME/CHART_NAME
[Lint] # validating
[Lint] # validating
helm lint CHART_NAME
helm lint CHART_NAME
helm lint ./CHART_NAME
helm lint ./CHART_NAME
...
@@ -103,12 +107,13 @@ helm search repo CHART_NAME
...
@@ -103,12 +107,13 @@ helm search repo CHART_NAME
[Status]
[Status]
helm status RELEASE_NAME
helm status RELEASE_NAME
[Show]
[Show]
Helm v3
helm show all CHART_NAME # inspects a chart (directory, file, or URL) and displays all its content (values.yaml, Chart.yaml, README)
helm show all CHART_NAME # inspects a chart (directory, file, or URL) and displays all its content (values.yaml, Chart.yaml, README)
helm show chart CHART_NAME # inspects a chart (directory, file, or URL) and displays the contents of the Chart.yaml file
helm show chart CHART_NAME # inspects a chart (directory, file, or URL) and displays the contents of the Chart.yaml file
helm show chart REPOSITORY_NAME/CHART_NAME
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 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 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
[Template] # validating
[Template] # validating
helm template CHART_NAME
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