Skip to content

Commit

Permalink
Merge #240
Browse files Browse the repository at this point in the history
240: Fix indentation r=brunoocasali a=Vovcharaa

Closes #239 

Co-authored-by: Nazar Vovk <[email protected]>
Co-authored-by: brunoocasali <[email protected]>
  • Loading branch information
3 people authored Sep 15, 2024
2 parents b2710f0 + 3843fac commit e2d6b4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/meilisearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v1.10.0"
description: A Helm chart for the Meilisearch search engine
name: meilisearch
version: 0.10.0
version: 0.10.1
icon: https://raw.githubusercontent.com/meilisearch/integration-guides/main/assets/logos/logo.svg
home: https://github.com/meilisearch/meilisearch-kubernetes/tree/main/charts/meilisearch
maintainers:
Expand Down
8 changes: 4 additions & 4 deletions charts/meilisearch/templates/serviceMonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ spec:
{{- with .Values.serviceMonitor.scrapeTimeout }}
scrapeTimeout: {{ . }}
{{- end }}
{{- if .Values.serviceMonitor.metricRelabelings }}
{{- with .Values.serviceMonitor.metricRelabelings }}
metricRelabelings:
{{ toYaml .Values.serviceMonitor.metricRelabelings | indent 4 }}
{{- toYaml . | indent 8 }}
{{- end }}
{{- if .Values.serviceMonitor.relabelings }}
{{- with .Values.serviceMonitor.relabelings }}
relabelings:
{{ toYaml .Values.serviceMonitor.relabelings | nindent 4 }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if or (.Values.environment.MEILI_MASTER_KEY) (.Values.auth.existingMasterKeySecret) (eq .Values.environment.MEILI_ENV "production") }}
bearerTokenSecret:
Expand Down
2 changes: 1 addition & 1 deletion manifests/meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
app.kubernetes.io/component: search-engine
app.kubernetes.io/part-of: meilisearch
annotations:
checksum/config: fb3defd5c054e4560da76ba345c6713255ca9eea0ccd23213cefbe61e01169e6
checksum/config: 57066f343c11bb744192756429e406248806cda981bd4a71c7c02dcafc103072
spec:
serviceAccountName: meilisearch
securityContext:
Expand Down

0 comments on commit e2d6b4e

Please sign in to comment.