Skip to content

Commit

Permalink
chore(app): ensure ip addresses are quoted
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepentland committed Mar 10, 2024
1 parent 28dd323 commit 8aa4b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/nx-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nx-cloud
description: Nx Cloud Helm Chart
type: application
version: 0.15.0-rc.1
version: 0.15.0-rc.2
maintainers:
- name: nx
url: "https://nx.app/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ports:
port: {{ .Values.nxCloudWorkflows.port }}
endpoints:
- addresses:
- {{ .Values.nxCloudWorkflows.externalName }}
- {{ .Values.nxCloudWorkflows.externalName | quote }}
{{- else }}
---
apiVersion: v1
Expand Down

0 comments on commit 8aa4b01

Please sign in to comment.