Files
chart/library/ix-dev/community/castopod/metadata.yaml
Stavros Kois f4a842b162 Add castopod to incubator train (#1598)
* initial commit

* add some templates

* add common and templates

* update strategy

* fix tempaltes

* fix host

* add metadata

* add readme

* fix probe

* add questiosn

* typo

* quote

* disable by default the redirect

* add another test

* rename service

* remove todo

* fix backend url and questions
2023-10-05 15:12:05 +03:00

19 lines
580 B
YAML

runAsContext:
- userName: root
groupName: root
gid: 0
uid: 0
description: Castopod run as root user
capabilities:
- name: CHOWN
description: Castopod is able to chown files.
- name: DAC_OVERRIDE
description: Castopod is able to bypass permission checks.
- name: FOWNER
description: Castopod is able bypass permission checks for it's sub-processes.
- name: SETGID
description: Castopod is able to set group ID for it's sub-processes.
- name: SETUID
description: Castopod is able to set user ID for it's sub-processes.
hostMounts: []