fix: basic auth secret #13

Merged
t.behrendt merged 1 commits from fix-basic-auth-secret into main 2025-12-28 10:24:25 +01:00
Showing only changes of commit af1adfebbd - Show all commits

View File

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