Skip to content

Commit

Permalink
fix(k8s.csh): Fix creation issue if no resources are specified
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-darms committed Dec 15, 2023
1 parent ed8443a commit 16b9cb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/central-search-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.3.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions k8s/central-search-hub/templates/elastic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ spec:
containers:
- name: elasticsearch
image: elasticsearch:7.9.3
{{- if .Values.elasticsearch.resources }}
{{ toYaml .Values.elasticsearch.resources | indent 14 }}
{{- end }}
env:
- name: discovery.type
value: single-node
Expand Down

0 comments on commit 16b9cb1

Please sign in to comment.