Skip to content

Commit 10dda6e

Browse files
fix(request-node): linting error
1 parent 858f91f commit 10dda6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/request-node/templates/ipfs-swarm-load-balancer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if .Values.ipfs.sidecar and .Values.ipfs.swarm.service.enabled -}}
1+
{{- if and .Values.ipfs.sidecar .Values.ipfs.swarm.service.enabled -}}
22

33
# Load balancer to expose the IPFS node swarm port
44
apiVersion: v1

0 commit comments

Comments
 (0)