Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 7ef2e15

Browse files
nicknezisnwangtw
authored andcommitted
Fix Helm values.yml typo (#3421)
The yaml was not valid because of a missing space. Helm install would fail without this fix.
1 parent 869c82e commit 7ef2e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/kubernetes/helm/values.yaml.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobReplicas: 1
4040
# amount of memory to provide for API server
4141
apiServerMemory: 512M
4242
heron:
43-
url:/api/v1/namespaces/{{ .Release.Namespace }}/services/{{ .Release.Name }}-ui:8889/proxy
43+
url: /api/v1/namespaces/{{ .Release.Namespace }}/services/{{ .Release.Name }}-ui:8889/proxy
4444
# Topologies uploader
4545
uploader:
4646
class: dlog # s3

0 commit comments

Comments
 (0)