Skip to content

Commit

Permalink
Added missing snapshotRepositories option
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzalqalandri committed May 24, 2024
1 parent 4f59766 commit 527a6a6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ spec:
{{ toYaml .Values.opensearchCluster.general.monitoring | nindent 6 }}
{{- end }}
{{- if .Values.opensearchCluster.dashboards }}
{{- if .Values.opensearchCluster.general.snapshotRepositories }}
snapshotRepositories:
{{- toYaml .Values.opensearchCluster.general.snapshotRepositories | nindent 6 }}
{{- end }}
dashboards:
{{- if .Values.opensearchCluster.dashboards.image }}
image: {{ .Values.opensearchCluster.dashboards.image | quote }}
Expand Down

0 comments on commit 527a6a6

Please sign in to comment.