What's Changed
* update netmaker to create initial admin credentials and move it's docs and initial repo path to prod by jessebot in https://github.com/small-hack/smol-k8s-lab/pull/193
Admin user can now be specified with:
yaml
apps:
netmaker:
enabled: false
description: |
[link=https://www.netmaker.io/]Netmaker[/link]®️ makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
init:
enabled: true
values:
this creates a super admin user and disables the GUI registration form
if using the default config, we select a password for you and update your bitwarden
admin_user: admin
This disables registration through the GUI.
**Full Changelog**: https://github.com/small-hack/smol-k8s-lab/compare/v3.5.1...v3.6.0