Skip to content

Commit

Permalink
fixed copy paste mistake for Prometheus Exporter volumes (#568)
Browse files Browse the repository at this point in the history
Signed-off-by: hebestreit <[email protected]>
  • Loading branch information
hebestreit authored Dec 20, 2024
1 parent 31aa80f commit 89ebefd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ spec:
{{- if .Values.volumeMounts }}
{{ toYaml .Values.volumeMounts | indent 12 }}
{{- end }}
{{- if .Values.kubevuln.volumeMounts }}
{{ toYaml .Values.kubevuln.volumeMounts | indent 12 }}
{{- if .Values.prometheusExporter.volumeMounts }}
{{ toYaml .Values.prometheusExporter.volumeMounts | indent 12 }}
{{- end }}
volumes:
- name: {{ .Values.global.cloudConfig }}
Expand Down
5 changes: 5 additions & 0 deletions charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,11 @@ prometheusExporter:

enableWorkloadMetrics: false

# Additional volumes to be mounted on the prometheus exporter
volumes: [ ]

# Additional volumeMounts to be mounted on the prometheus exporter
volumeMounts: [ ]

# +++++++++++++++++++++++++++++ Upgrader ++++++++++++++++++++++++++++++++++++++++++++++++

Expand Down

0 comments on commit 89ebefd

Please sign in to comment.