Skip to content

Commit

Permalink
Remove -secret suffix from prometheus-exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Nov 11, 2023
1 parent 552532f commit ffc647e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/monitor/templates/exporter-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ spec:
value: "8068"
envFrom:
- secretRef:
name: neuvector-prometheus-exporter-secret
name: neuvector-prometheus-exporter
restartPolicy: Always
{{- end }}
2 changes: 1 addition & 1 deletion charts/monitor/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: Secret
metadata:
name: neuvector-prometheus-exporter-secret
name: neuvector-prometheus-exporter
namespace: {{ .Release.Namespace }}
labels:
chart: {{ template "neuvector.chart" . }}
Expand Down

0 comments on commit ffc647e

Please sign in to comment.