Create secret-dashboard.yaml

This commit is contained in:
tehNooB 2023-10-19 16:13:20 +01:00 committed by GitHub
parent 8e1ed2a261
commit 7f8518beff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
---
apiVersion: v1
kind: Secret
metadata:
name: traefik-dashboard-auth
namespace: traefik
type: Opaque
data:
users: add-password-here # use htpassword to generate a bases64 token (remember this isn't encrypted!)