fix: minor tweaks

This commit is contained in:
Stefan Reimer 2025-05-29 17:19:51 +00:00
parent 04ca35c676
commit d3036ad1ac
3 changed files with 10 additions and 5 deletions

View File

@ -3,6 +3,7 @@
# Simulate well-known CRDs being available
API_VERSIONS="-a monitoring.coreos.com/v1 -a snapshot.storage.k8s.io/v1 -a policy/v1/PodDisruptionBudget -a apiregistration.k8s.io/v1"
LOCAL_DEV=${LOCAL_DEV:-""}
ENV_VALUES=""
export HELM_SECRETS_BACKEND="vals"

View File

@ -289,7 +289,7 @@ trivy:
#tag: 0.57.0
persistence:
enabled: true
size: 1Gi
size: 2Gi
rbac:
create: false

View File

@ -61,8 +61,10 @@ opensearch:
{{- toYaml . | nindent 2 }}
{{- end }}
serviceMonitor:
enabled: {{ .Values.metrics.enabled }}
# Disabled until upstream made up their mind
# https://github.com/opensearch-project/technical-steering/issues/35
# serviceMonitor:
# enabled: {{ .Values.metrics.enabled }}
{{- end }}
{{- if index .Values "telemetry" "opensearch-dashboards" }}
@ -71,8 +73,10 @@ opensearch-dashboards:
{{- toYaml . | nindent 2 }}
{{- end }}
serviceMonitor:
enabled: {{ .Values.metrics.enabled }}
# Disabled until upstream made up their mind
# https://github.com/opensearch-project/technical-steering/issues/35
# serviceMonitor:
# enabled: {{ .Values.metrics.enabled }}
{{- end }}
{{- end }}