Horje
helm install namespace example Code Example
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




Shell

Related
rpm fusion repo install fedora Code Example rpm fusion repo install fedora Code Example
ubuntu start pycharm Code Example ubuntu start pycharm Code Example
install composer wsl Code Example install composer wsl Code Example
how to find my apache server ip address Code Example how to find my apache server ip address Code Example
git commands download Code Example git commands download Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9