Difference between revisions of "Helm upgrade elasticsearch elastic/elasticsearch -f ./elasticsearch values.yaml"
Jump to navigation
Jump to search
(8 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
Error: [[failed to parse]] ./[[elasticsearch_values.yaml]]: error converting [[YAML]] to [[JSON]]: yaml: line 2: did not find expected key | Error: [[failed to parse]] ./[[elasticsearch_values.yaml]]: error converting [[YAML]] to [[JSON]]: yaml: line 2: did not find expected key | ||
+ | |||
+ | [[elasticsearch_values.yaml]] | ||
+ | extraVolumes: | ||
+ | - name: MyExtraVolume | ||
+ | # emptyDir: {} | ||
+ | |||
+ | extraVolumeMounts: | ||
+ | - name: MyExtraVolume | ||
+ | mountPath: /usr/share/extras | ||
+ | # readOnly: true | ||
Line 8: | Line 18: | ||
− | {{helm upgrade}} | + | == Related == |
+ | * <code>[[helm show values elastic/elasticsearch]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{helm show}} | ||
+ | * {{helm upgrade}} | ||
+ | |||
+ | [[Category:Helm]] |
Latest revision as of 07:40, 2 November 2022
Error: failed to parse ./elasticsearch_values.yaml: error converting YAML to JSON: yaml: line 2: did not find expected key
elasticsearch_values.yaml extraVolumes: - name: MyExtraVolume # emptyDir: {} extraVolumeMounts: - name: MyExtraVolume mountPath: /usr/share/extras # readOnly: true
values.yaml
Related[edit]
See also[edit]
helm show [ chart | all | crds | values | readme ]
,helm show --help
helm upgrade [ --reuse-values | --atomic | --debug | --force | --reuse-values | --reset-values | --verify ], helm install, --help
Advertising: