JimsGarage/Kubernetes/Traefik-PiHole/Helm/Traefik/Dashboard/secret-dashboard.yaml

11 lines
364 B
YAML

---
apiVersion: v1
kind: Secret
metadata:
name: traefik-dashboard-auth
namespace: traefik
type: Opaque
data:
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.