Skip to content

Commit 5f9f615

Browse files
committed
fix doc typo
1 parent bb124fa commit 5f9f615

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ and `haproxy-ingress-proxy.pfsense.org/backend` to respectively set the frontend
8181
enabled: true
8282
ingressLabelSelector:
8383
ingressFieldSelector:
84-
# works in conjunction with the ingress annotation 'haproxy-ingress.proxy.pfsense.org/enabled'
84+
# works in conjunction with the ingress annotation 'haproxy-ingress-proxy.pfsense.org/enabled'
8585
# if defaultEnabled is empty or true, you can disable specific ingresses by setting the annotation to false
8686
# if defaultEnabled is false, you can enable specific ingresses by setting the annotation to true
8787
defaultEnabled: true

deploy/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ data:
3535
enabled: true
3636
ingressLabelSelector:
3737
ingressFieldSelector:
38-
# works in conjunction with the ingress annotation 'haproxy-ingress.proxy.pfsense.org/enabled'
38+
# works in conjunction with the ingress annotation 'haproxy-ingress-proxy.pfsense.org/enabled'
3939
# if defaultEnabled is empty or true, you can disable specific ingresses by setting the annotation to false
4040
# if defaultEnabled is false, you can enable specific ingresses by setting the annotation to true
4141
defaultEnabled: true

src/KubernetesPfSenseController/Plugin/DNSHAProxyIngressProxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function init()
4747
$storeNamespace = $controller->getStoreNamespace();
4848
$storeName = $controller->getStoreName();
4949
$configMapResourceWatchPath = "/api/v1/watch/namespaces/${storeNamespace}/configmaps/${storeName}";
50-
50+
5151
// initial load of ingresses
5252
$params = [];
5353
$ingresses = $controller->getKubernetesClient()->createList($ingressResourcePath, $params)->get();

0 commit comments

Comments
 (0)