Difference between revisions of "--set"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
* <code>[[helm get values elasticsearch --all]]</code> | * <code>[[helm get values elasticsearch --all]]</code> | ||
* <code>[[helm install elasticsearch elastic/elasticsearch --set replicas=2]]</code> | * <code>[[helm install elasticsearch elastic/elasticsearch --set replicas=2]]</code> | ||
− | |||
* <code>[[helm install --values]]</code> | * <code>[[helm install --values]]</code> | ||
* <code>[[helm upgrade --help]]</code> | * <code>[[helm upgrade --help]]</code> |
Revision as of 13:30, 12 February 2024
helm upgrade mygrafana stable/grafana --reuse-values --set replicas=2 helm install elasticsearch elastic/elasticsearch --set replicas=2
--set='grafana.sidecar.dashboards.enabled=true'
helm install my-mariadb --set auth.rootPassword=secretpassword,auth.database=app_database oci://REGISTRY_NAME/REPOSITORY_NAME/mariadb
--set installCRDs=true
Related
helm show all
helm get values
helm get values kibana --all
helm upgrade --install kibana elastic/kibana --set cpu=100m
helm get values elasticsearch --all
helm install elasticsearch elastic/elasticsearch --set replicas=2
helm install --values
helm upgrade --help
See also
Advertising: