File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/KubernetesPfSenseController/Plugin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ and `haproxy-ingress-proxy.pfsense.org/backend` to respectively set the frontend
81
81
enabled: true
82
82
ingressLabelSelector:
83
83
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'
85
85
# if defaultEnabled is empty or true, you can disable specific ingresses by setting the annotation to false
86
86
# if defaultEnabled is false, you can enable specific ingresses by setting the annotation to true
87
87
defaultEnabled: true
Original file line number Diff line number Diff line change 35
35
enabled: true
36
36
ingressLabelSelector:
37
37
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'
39
39
# if defaultEnabled is empty or true, you can disable specific ingresses by setting the annotation to false
40
40
# if defaultEnabled is false, you can enable specific ingresses by setting the annotation to true
41
41
defaultEnabled: true
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function init()
47
47
$ storeNamespace = $ controller ->getStoreNamespace ();
48
48
$ storeName = $ controller ->getStoreName ();
49
49
$ configMapResourceWatchPath = "/api/v1/watch/namespaces/ $ {storeNamespace}/configmaps/ $ {storeName}" ;
50
-
50
+
51
51
// initial load of ingresses
52
52
$ params = [];
53
53
$ ingresses = $ controller ->getKubernetesClient ()->createList ($ ingressResourcePath , $ params )->get ();
You can’t perform that action at this time.
0 commit comments