Difference between revisions of "Helm upgrade elasticsearch elastic/elasticsearch -f ./elasticsearch values.yaml"

From wikieduonline
Jump to navigation Jump to search
 
(7 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]

Advertising: