Skip to content

Commit 9c41033

Browse files
committed
build: move values.yaml ordering for helm
1 parent b90b99c commit 9c41033

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

chart/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ image:
1414
tag: ""
1515
pullPolicy: IfNotPresent
1616

17+
frontend:
18+
env:
19+
apiUrl: "https://api.xlsforms.field.hotosm.org"
20+
metadataUrl: "https://xlsforms.s3.amazonaws.com/metadata.json"
21+
1722
service:
1823
backend:
1924
type: ClusterIP
@@ -50,11 +55,6 @@ backend:
5055
awsAccessKeyId: ""
5156
awsSecretAccessKey: ""
5257

53-
frontend:
54-
env:
55-
apiUrl: "https://api.xlsforms.field.hotosm.org"
56-
metadataUrl: "https://xlsforms.s3.amazonaws.com/metadata.json"
57-
5858
resources:
5959
backend: {}
6060
frontend: {}

0 commit comments

Comments
 (0)