Skip to content

Commit 6cdf88e

Browse files
committed
fix: Linter
1 parent beb2bdb commit 6cdf88e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

charts/memgraph-lab/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ ingress:
8080

8181
gateway:
8282
enabled: false
83-
gatewayClassName: "" # Required when creating a new Gateway. Name of a pre-existing GatewayClass (e.g., "eg" for Envoy Gateway)
84-
existingGatewayName: "" # If set, skip Gateway creation and attach routes to this existing Gateway
85-
existingGatewayNamespace: "" # Namespace of the existing Gateway. Defaults to release namespace if empty
83+
gatewayClassName: "" # Required when creating a new Gateway. Name of a pre-existing GatewayClass (e.g., "eg" for Envoy Gateway)
84+
existingGatewayName: "" # If set, skip Gateway creation and attach routes to this existing Gateway
85+
existingGatewayNamespace: "" # Namespace of the existing Gateway. Defaults to release namespace if empty
8686
annotations: {}
8787
labels: {}
8888
listeners:
@@ -96,7 +96,7 @@ gateway:
9696
# certificateRefs:
9797
# - name: lab-tls-secret
9898
httpRoute:
99-
sectionNames: [] # Listener names to attach to on the Gateway. If empty, derived from listeners[].name
99+
sectionNames: [] # Listener names to attach to on the Gateway. If empty, derived from listeners[].name
100100
# - lab-http
101101
hostnames: []
102102
# - lab.example.com

0 commit comments

Comments
 (0)