Skip to content

Commit

Permalink
Fix broken runtime config name (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Sep 3, 2019
1 parent 949fb4a commit aa583e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/promitor-agent-scraper/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
yaml: |-
runtime.yaml: |-
server:
httpPort: {{ .Values.service.targetPort | quote }}
prometheus:
Expand Down

0 comments on commit aa583e5

Please sign in to comment.