mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 18:41:41 +08:00
* migrate `wg-easy` to the new common library * rename * do the helm migration * default to true as it was * fix typo * fix typo * fix ci case * hmm * remove one fail * hmm * add 2. * update migration script * update migration * testupgrades * meta * cleanup * reset * untouch * bump common * fix migration entrypoint * untouch * bump common * bump common * update migrations * fix values * fix dnsOpts * migration changes * clean up * bump common * naming * Add reasoning for keeping a version around * update migration script * untouch catalog.json
15 lines
397 B
YAML
15 lines
397 B
YAML
runAsContext:
|
|
- userName: root
|
|
groupName: root
|
|
gid: 0
|
|
uid: 0
|
|
description: WG Easy runs as root user.
|
|
capabilities:
|
|
- name: NET_RAW
|
|
description: WG Easy is able to use raw sockets.
|
|
- name: SYS_MODULE
|
|
description: WG Easy is able to load kernel modules.
|
|
- name: NET_ADMIN
|
|
description: WG Easy is able to perform various network-related operations.
|
|
hostMounts: []
|