Skip to content

Commit

Permalink
Merge pull request #359 from albundy83/fix-for-enforcerStats
Browse files Browse the repository at this point in the history
Fix to be able to enable enforcer Stats
  • Loading branch information
becitsthere authored Jan 24, 2024
2 parents b223fdc + 504d917 commit b96d414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/monitor/templates/exporter-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
value: {{ .Values.exporter.apiSvc }}
- name: EXPORTER_PORT
value: "8068"
{{- if .Values.exporter.enforcerStats }}
{{- if .Values.exporter.enforcerStats.enabled }}
- name: ENFORCER_STATS
value: "{{.Values.exporter.enforcerStats.enabled | default "false"}}"
{{- end }}
Expand Down

0 comments on commit b96d414

Please sign in to comment.