Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

helm install namespace example


To specify a release name, use the --name flag:
$ helm install --name CustomerDB stable/mysql

To deploy the release into a Kubernetes namespace, use the --namespace flag:
$ helm install --namespace namespace-name --create-namespace ordering-system stable/mysql

To override a value, use the --set flag:
$ helm install --set user.name='student',user.password='passw0rd' stable/mysql

To override values with a values file, use the --values or the --f flag:
$ helm install --values myvalues.yaml stable/mysql
Comment

PREVIOUS NEXT
Code Example
Shell :: adonis list routes 
Shell :: install miniconda on mac 
Shell :: who create git 
Shell :: install and use beego easily 
Shell :: sqlmap enumerate tables in databases 
Shell :: revert git pull 
Shell :: pull remote branches 
Shell :: install pyaudio in pycharm 
Shell :: how to remove nvm 
Shell :: disable ssh root login 
Shell :: install github desktop on arch linux 
Shell :: TypeError: lookups.flatMap is not a function 
Shell :: add an existing user account to a group 
Shell :: express-generator with ejs 
Shell :: snap install chrome 
Shell :: passport deploy to server 
Shell :: remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/ for more information. 
Shell :: adb find device ip 
Shell :: alpine sudo not found 
Shell :: rdp linux ubuntu 
Shell :: instalar pyqt5 con en mac 
Shell :: ubuntu 20.04 how to stop apache2 from starting on startup 
Shell :: remove symfony ubuntu 
Shell :: fish unset 
Shell :: allow localhose wsl2 
Shell :: how to kill port in windows 
Shell :: batch remove double quotes 
Shell :: rem command in batch file 
Shell :: powershell create symlink 
Shell :: grep empty lines in a file 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =