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 # 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" 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:-""} LOCAL_DEV=${LOCAL_DEV:-""}
ENV_VALUES=""
export HELM_SECRETS_BACKEND="vals" export HELM_SECRETS_BACKEND="vals"

View File

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

View File

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