Difference between revisions of "Helm upgrade elasticsearch elastic/elasticsearch -f ./elasticsearch values.yaml"
Jump to navigation
Jump to search
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 | ||
+ | extraVolumes: | ||
+ | - name: MyExtraVolume | ||
+ | # emptyDir: {} | ||
+ | |||
+ | extraVolumeMounts: | ||
+ | - name: MyExtraVolume | ||
+ | mountPath: /usr/share/extras | ||
+ | # readOnly: true | ||
Line 8: | Line 16: | ||
− | {{helm upgrade}} | + | * {{helm upgrade}} |
Revision as of 06:53, 2 November 2022
Error: failed to parse ./elasticsearch_values.yaml: error converting YAML to JSON: yaml: line 2: did not find expected key
extraVolumes: - name: MyExtraVolume # emptyDir: {} extraVolumeMounts: - name: MyExtraVolume mountPath: /usr/share/extras # readOnly: true
values.yaml
helm upgrade [ --reuse-values | --atomic | --debug | --force | --reuse-values | --reset-values | --verify ], helm install, --help
Advertising: