Skip to content

Commit

Permalink
fix(surveyor): configmap name as string (#696)
Browse files Browse the repository at this point in the history
* fix(surveyor): configmap name as string

* Update helm/charts/surveyor/templates/deployment.yaml

Co-authored-by: Caleb Lloyd <2414837+caleblloyd@users.noreply.github.com>

---------

Co-authored-by: Caleb Lloyd <2414837+caleblloyd@users.noreply.github.com>
  • Loading branch information
Kriys94 and caleblloyd committed Apr 3, 2023
1 parent 227c2aa commit 11eae24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/charts/surveyor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: v2
name: surveyor
description: NATS Monitoring, Simplified.
type: application
version: 0.16.1
version: 0.16.2
appVersion: 0.5.0
2 changes: 1 addition & 1 deletion helm/charts/surveyor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
# Mount accounts configmap
- name: accounts-config-map
configMap:
name: {{- include "surveyor.fullname" $ }}-accounts
name: {{ include "surveyor.fullname" $ }}-accounts
{{- end }}
{{- end }}

Expand Down

0 comments on commit 11eae24

Please sign in to comment.