Skip to content

Commit

Permalink
fix: only create opensearch instance where we use it...
Browse files Browse the repository at this point in the history
  • Loading branch information
Muni10 committed Jan 25, 2024
1 parent fea75a1 commit 3114c75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/templates/opensearch.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.contests.opensearch.enabled }}
apiVersion: aiven.io/v1alpha1
kind: OpenSearch
metadata:
Expand All @@ -6,4 +7,5 @@ metadata:
name: opensearch-{{ .Release.Namespace }}-{{ .Release.Name }}
spec:
plan: hobbyist
project: {{ .Values.contests.opensearch.project }}
project: {{ .Values.contests.opensearch.project }}
{{- end }}

0 comments on commit 3114c75

Please sign in to comment.