Skip to content

Commit

Permalink
[xray] Fix volumeMounts formatting for panoramic (#1896)
Browse files Browse the repository at this point in the history
* Remove leading spaces on initial volumeMount causing formatting errors

* Update version and documentation

* Correct name of sizing file

* Update CHANGELOG.md

* Update README.md

---------

Co-authored-by: Megha Bansal <[email protected]>
  • Loading branch information
rhys96 and megha1906 authored Aug 22, 2024
1 parent f5d30fb commit ca0bd04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/xray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ helm upgrade --install xray --set xray.joinKey=<YOUR_PREVIOUSLY_RETIREVED_JOIN_K
To apply the chart with recommended sizing configurations :
For small configurations :
```bash
helm upgrade --install xray jfrog/xray -f sizing/xray-sizing-small.yaml --namespace xray --create-namespace
helm upgrade --install xray jfrog/xray -f sizing/xray-small.yaml --namespace xray --create-namespace
```

## Uninstalling Xray
Expand Down
4 changes: 2 additions & 2 deletions stable/xray/templates/xray-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1038,8 +1038,8 @@ spec:
{{- tpl .Values.common.extraEnvVars . | nindent 8 }}
{{- end }}
volumeMounts:
- name: data-volume
mountPath: "{{ .Values.xray.persistence.mountPath }}"
- name: data-volume
mountPath: "{{ .Values.xray.persistence.mountPath }}"
{{- if or .Values.common.customVolumeMounts .Values.global.customVolumeMounts }}
{{ tpl (include "xray.customVolumeMounts" .) . | indent 8 }}
{{- end }}
Expand Down

0 comments on commit ca0bd04

Please sign in to comment.