Skip to content

Commit

Permalink
fix: remove formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Aug 11, 2023
1 parent 3a991b7 commit 484aca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/explorer/templates/00-explorer-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
type: ClusterIP
ports:
- name: http
port: { { $.Values.ports.http } }
port: "{{ $.Values.ports.http }}"
targetPort: http
protocol: TCP
selector:
Expand Down

0 comments on commit 484aca3

Please sign in to comment.