Difference between revisions of "--set"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
* <code>[[helm install --values]]</code> | * <code>[[helm install --values]]</code> | ||
* <code>[[helm upgrade --help]]</code> | * <code>[[helm upgrade --help]]</code> | ||
+ | * [[Error: Missing key/value separator]] | ||
== See also == | == See also == |
Revision as of 13:31, 12 February 2024
helm upgrade mygrafana stable/grafana --reuse-values --set replicas=2 helm install elasticsearch elastic/elasticsearch --set replicas=2
* helm install mygrafana grafana/grafana --set persistence.enabled=true --set persistence.accessModes={ReadWriteOnce} --set persistence.size=8Gi
--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
- Error: Missing key/value separator
See also
Advertising: