Files
chart/library/ix-dev/charts/wg-easy/metadata.yaml
Stavros Kois 88e575a8ba NAS-123206 / 23.10 / migrate wg-easy to the new common library (#1403)
* 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
2023-11-28 17:10:21 +02:00

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: []