Skip to content

Commit

Permalink
fix value path for controller service type
Browse files Browse the repository at this point in the history
  • Loading branch information
karasjoh000 committed Jan 25, 2021
1 parent a04afc9 commit 0514897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/controller-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
spec:
type: {{ .Values.controller.type }}
type: {{ .Values.controller.service.type }}
ports:
- name: controller
port: {{ .Values.controller.service.port }}
Expand Down

0 comments on commit 0514897

Please sign in to comment.