update docs

This commit is contained in:
James Turland 2023-11-02 22:46:24 +00:00
parent c8fa3ac09f
commit a499677c55

View file

@ -6,4 +6,5 @@ metadata:
namespace: traefik
type: Opaque
data:
users: YWRtaW46JGFwcjEkdHgxckxyMm8kMkNvMnkuQnNHdHlMbURURm5FMlFDLwoK # use htpassword to generate a bases64 token (remember this isn't encrypted!) - this is admin:password
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.