update docs
This commit is contained in:
parent
c8fa3ac09f
commit
a499677c55
|
@ -6,4 +6,5 @@ metadata:
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
type: Opaque
|
type: Opaque
|
||||||
data:
|
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.
|
||||||
|
|
Loading…
Reference in New Issue