We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5609e commit 7b33368Copy full SHA for 7b33368
.env.example
@@ -2,6 +2,10 @@
2
# PFSENSE_USERNAME="admin"
3
# PFSENSE_PASSWORD="secret"
4
# PFSENSE_INSECURE="false"
5
+# PFSENSE_PFSENSE_SSLCAPATH=/tmp/ssl/ca-dir
6
+# PFSENSE_SSLCAFILE=/tmp/ssl/ca-file
7
+# leave blank/unset to disable (the default)
8
+# PFSENSE_HTTPKEEPALIVE=true
9
# PFSENSE_DEBUG="false"
10
# CONTROLLER_NAME="kubernetes-pfsense-controller"
11
# CONTROLLER_NAMESPACE="kube-system"
.github/workflows/main.yml
@@ -34,6 +34,8 @@ jobs:
34
- name: application build
35
uses: php-actions/composer@v6
36
with:
37
+ php_version: "8.2"
38
+ php_extensions: pcntl bz2
39
command: buildphar
40
41
- name: create release
0 commit comments