Skip to content

Commit 36bd1b2

Browse files
committed
fix: firefly-values: change linting
Signed-off-by: SamMayWork <[email protected]>
1 parent 213a84d commit 36bd1b2

File tree

1 file changed

+32
-54
lines changed

1 file changed

+32
-54
lines changed

charts/firefly/values.yaml

+32-54
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,13 @@ config:
185185
tokensOverride: ""
186186
extraTokens: ""
187187

188-
blockchainOverride:
189-
""
190-
# type: ethereum
191-
# ethereum:
192-
# ethconnect:
193-
# url: http://ethconnect_0:8080
194-
# instance: /contracts/firefly
195-
# topic: "0"
188+
blockchainOverride: ""
189+
# type: ethereum
190+
# ethereum:
191+
# ethconnect:
192+
# url: http://ethconnect_0:8080
193+
# instance: /contracts/firefly
194+
# topic: "0"
196195
extraBlockchains: ""
197196

198197
extraNamespaces: ""
@@ -209,8 +208,7 @@ core:
209208
# Overrides the image tag whose default is the chart appVersion.
210209
# tag: ""
211210

212-
extraEnv:
213-
[]
211+
extraEnv: []
214212
# - name: FIREFLY_LOG_LEVEL
215213
# value: debug
216214

@@ -220,12 +218,10 @@ core:
220218

221219
podAnnotations: {}
222220

223-
podSecurityContext:
224-
{}
221+
podSecurityContext: {}
225222
# fsGroup: 2000
226223

227-
securityContext:
228-
{}
224+
securityContext: {}
229225
# capabilities:
230226
# drop:
231227
# - ALL
@@ -255,8 +251,7 @@ core:
255251
ingress:
256252
enabled: false
257253
className: ""
258-
annotations:
259-
{}
254+
annotations: {}
260255
# kubernetes.io/ingress.class: nginx
261256
# kubernetes.io/tls-acme: "true"
262257
hosts:
@@ -266,8 +261,7 @@ core:
266261
# hosts:
267262
# - chart-example.local
268263

269-
resources:
270-
{}
264+
resources: {}
271265
# We usually recommend not to specify default resources and to leave this as a conscious
272266
# choice for the user. This also increases chances charts run on environments with little
273267
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -306,6 +300,7 @@ core:
306300

307301
# Configures the properties of the StatefulSet, Service, and optionally Ingress used to deploy and expose FireFly HTTPS DataExchange
308302
dataexchange:
303+
309304
# Toggles whether or not to deploy HTTPS DataExchange alongside FireFly, and therefore how the dataexchange section of its config will be templated
310305
enabled: true
311306

@@ -322,13 +317,11 @@ dataexchange:
322317
certificate:
323318
enabled: false
324319
duration: ""
325-
issuerRef:
326-
{}
327-
# name: internal-ca
328-
# kind: ClusterIssuer
320+
issuerRef: {}
321+
# name: internal-ca
322+
# kind: ClusterIssuer
329323

330-
extraEnv:
331-
[]
324+
extraEnv: []
332325
# - name: LOG_LEVEL
333326
# value: DEBUG
334327

@@ -348,8 +341,7 @@ dataexchange:
348341
runAsGroup: 1001
349342
fsGroup: 1001
350343

351-
securityContext:
352-
{}
344+
securityContext: {}
353345
# capabilities:
354346
# drop:
355347
# - ALL
@@ -369,14 +361,12 @@ dataexchange:
369361
ingress:
370362
enabled: false
371363
className: ""
372-
annotations:
373-
{}
364+
annotations: {}
374365
# nginx.ingress.kubernetes.io/ssl-passthrough: "true"
375366
hosts:
376367
- host: chart-example.local
377368

378-
resources:
379-
{}
369+
resources: {}
380370
# We usually recommend not to specify default resources and to leave this as a conscious
381371
# choice for the user. This also increases chances charts run on environments with little
382372
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -418,9 +408,6 @@ erc1155:
418408
contractAddress: "/contracts/erc1155Address"
419409

420410
# The Ethconnect URI representing the ERC1155 tokens contract
421-
ethconnectInstance: "/contracts/erc1155"
422-
423-
# The Ethconnect topic to use for tokens event subscriptions
424411
ethconnectTopic: "tokensERC1155"
425412

426413
image:
@@ -435,8 +422,7 @@ erc1155:
435422
podSecurityContext: {}
436423
# fsGroup: 2000
437424

438-
securityContext:
439-
{}
425+
securityContext: {}
440426
# capabilities:
441427
# drop:
442428
# - ALL
@@ -448,8 +434,7 @@ erc1155:
448434
type: ClusterIP
449435
port: 3000
450436

451-
resources:
452-
{}
437+
resources: {}
453438
# We usually recommend not to specify default resources and to leave this as a conscious
454439
# choice for the user. This also increases chances charts run on environments with little
455440
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -511,8 +496,7 @@ erc20erc721:
511496
podSecurityContext: {}
512497
# fsGroup: 2000
513498

514-
securityContext:
515-
{}
499+
securityContext: {}
516500
# capabilities:
517501
# drop:
518502
# - ALL
@@ -524,8 +508,7 @@ erc20erc721:
524508
type: ClusterIP
525509
port: 3000
526510

527-
resources:
528-
{}
511+
resources: {}
529512
# We usually recommend not to specify default resources and to leave this as a conscious
530513
# choice for the user. This also increases chances charts run on environments with little
531514
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -559,8 +542,7 @@ ethconnect:
559542
ingress:
560543
enabled: false
561544
className: ""
562-
annotations:
563-
{}
545+
annotations: {}
564546
# kubernetes.io/ingress.class: nginx
565547
# kubernetes.io/tls-acme: "true"
566548
hosts:
@@ -577,8 +559,7 @@ ethconnect:
577559
podSecurityContext: {}
578560
# fsGroup: 2000
579561

580-
securityContext:
581-
{}
562+
securityContext: {}
582563
# capabilities:
583564
# drop:
584565
# - ALL
@@ -591,8 +572,7 @@ ethconnect:
591572
pullPolicy: Always
592573
tag: v3.2.7
593574

594-
extraEnv:
595-
[]
575+
extraEnv: []
596576
# - name: LOG_LEVEL
597577
# value: DEBUG
598578

@@ -604,8 +584,7 @@ ethconnect:
604584
extraContainers: ""
605585
extraVolumeClaimTemplates: ""
606586

607-
resources:
608-
{}
587+
resources: {}
609588
# We usually recommend not to specify default resources and to leave this as a conscious
610589
# choice for the user. This also increases chances charts run on environments with little
611590
# resources, such as Minikube. If you do want to specify resources, uncomment the following
@@ -615,8 +594,8 @@ ethconnect:
615594
# memory: 128Mi
616595
# requests:
617596
# cpu: 100m
618-
# requests:
619-
# cpu: 100m
597+
# requests:
598+
# cpu: 100m
620599
# memory: 128Mi
621600

622601
nodeSelector: {}
@@ -657,8 +636,7 @@ sandbox:
657636
ingress:
658637
enabled: false
659638
className: ""
660-
annotations:
661-
{}
639+
annotations: {}
662640
# kubernetes.io/ingress.class: nginx
663641
# kubernetes.io/tls-acme: "true"
664642
hosts:
@@ -683,4 +661,4 @@ evmconnect:
683661
runAsUser: 1001
684662
runAsGroup: 1001
685663
fsGroup: 1001
686-
enabled: false
664+
enabled: false

0 commit comments

Comments
 (0)