Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[elasticsearch] add value to disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Mar 18, 2021
1 parent 0ff3a3c commit c840c9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elasticsearch/templates/test/test-elasticsearch-health.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
{{- if .Values.tests.enabled -}}
apiVersion: v1
kind: Pod
metadata:
Expand All @@ -24,3 +25,4 @@ spec:
{{ toYaml .Values.imagePullSecrets | indent 4 }}
{{- end }}
restartPolicy: Never
{{- end -}}
3 changes: 3 additions & 0 deletions elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,9 @@ networkPolicy:
# values:
# - frontend

tests:
enabled: true

# Deprecated
# please use the above podSecurityContext.fsGroup instead
fsGroup: ""

0 comments on commit c840c9d

Please sign in to comment.