feat: disable crowdsec (#12)
Some checks failed
Deploy / check-changes (push) Successful in 12s
Deploy / deploy-node-labels (push) Has been skipped
Deploy / deploy-coredns (push) Has been skipped
Deploy / deploy-crowdsec (push) Has been skipped
Deploy / deploy-traefik (push) Failing after 8s

Reviewed-on: #12
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #12.
This commit is contained in:
2025-12-28 10:17:04 +01:00
committed by t.behrendt
parent cd201803a1
commit 9fffa121dd
5 changed files with 45 additions and 35 deletions

View File

@@ -89,12 +89,10 @@ jobs:
with:
namespace: kube-system
secret-name: admin-basic-auth-credentials
secret-type: generic
data: |
{
"username": "bmV0YWRtaW4=",
"password": "${{ secrets.ADMIN_BASIC_AUTH_PASSWORD }}"
}
secret-type: "kubernetes.io/basic-auth"
string-data: |
username: netadmin
password: "${{ secrets.ADMIN_BASIC_AUTH_PASSWORD }}"
- name: Set crowdsec bouncer api key
uses: azure/k8s-create-secret@6e0ba8047235646753f2a3a3b359b4d0006ff218 # v5
with: