11 lines
364 B
YAML
Raw Permalink Normal View History

2023-10-20 12:26:32 +01:00
---
apiVersion: v1
kind: Secret
metadata:
name: traefik-dashboard-auth
namespace: traefik
type: Opaque
data:
2023-11-02 22:46:24 +00:00
users: YWRtaW46JGFwcjEkdHgxckxyMm8kMkNvMnkuQnNHdHlMbURURm5FMlFDLwoK # admin:password
# to generate the above, first create the base64 password as you previously did for Docker (or just copy it). You then need to base64 that again and paste above.