Skip to content

Commit

Permalink
Control plane: added enabled to config (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
katlim-br authored Jan 28, 2025
1 parent 9c68ef4 commit 27553a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/quickwit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: quickwit
description: Sub-second search & analytics engine on cloud storage.
type: application
version: 0.7.10
version: 0.7.11
appVersion: "v0.8.2"
keywords:
- quickwit
Expand Down
2 changes: 2 additions & 0 deletions charts/quickwit/templates/control-plane-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.control_plane.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down Expand Up @@ -123,3 +124,4 @@ spec:
{{- if .Values.control_plane.runtimeClassName }}
runtimeClassName: {{ .Values.control_plane.runtimeClassName | quote }}
{{- end }}
{{- end }}
2 changes: 2 additions & 0 deletions charts/quickwit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ metastore:
runtimeClassName: ""

control_plane:
enabled: true

# Extra env for control plane
extraEnv: {}
# KEY: VALUE
Expand Down

0 comments on commit 27553a1

Please sign in to comment.