diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8f33639..a82c343 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -89,10 +89,11 @@ jobs: with: namespace: kube-system secret-name: admin-basic-auth-credentials - secret-type: "kubernetes.io/basic-auth" - string-data: | - username: netadmin - password: "${{ secrets.ADMIN_BASIC_AUTH_PASSWORD }}" + secret-type: Opaque + data: | + { + "auth": "${{ secrets.ADMIN_BASIC_AUTH_CREDENTIALS }}" + } - name: Set crowdsec bouncer api key uses: azure/k8s-create-secret@6e0ba8047235646753f2a3a3b359b4d0006ff218 # v5 with: