* feat(tailscale): add tailscale * env * see logs without env * try something * render configmap and adjust script * perms * call it differently * mount tmp * in ram * disable temp * change pers path * sysmod cap * no messaeg * fsgrp 0 * puid0 * hostnet * service * priv? * use the included script * common * secret * try with sa and rbac * secretname * render sercet * excelent copy paster * set tskubesec * disable probes and remove portal * without sys_mod * empty space * add configmap * render * copy paste specialist * lowercase * hmm * different * again * and try again * again * uhm * quote? * wth * enc secret * enable tty * mm * remove configmap for now * reenable configmap * I'M STUPIDDDD * enable config map * conditionally add tun * conditionaly add caps aswell * update desc * now test unprevileged * rootless * try nonuser-space + rootless * add docs and remove env (its defined in configmap already) * Update charts/incubator/tailscale/values.yaml * Update charts/incubator/tailscale/values.yaml * Update charts/incubator/tailscale/templates/_configmap.tpl * add sock5 and descriptions
31 lines
445 B
Plaintext
31 lines
445 B
Plaintext
# Patterns to ignore when building packages.
|
|
# This supports shell glob matching, relative path matching, and
|
|
# negation (prefixed with !). Only one pattern per line.
|
|
.DS_Store
|
|
# Common VCS dirs
|
|
.git/
|
|
.gitignore
|
|
.bzr/
|
|
.bzrignore
|
|
.hg/
|
|
.hgignore
|
|
.svn/
|
|
# Common backup files
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*~
|
|
# Various IDEs
|
|
.project
|
|
.idea/
|
|
*.tmproj
|
|
.vscode/
|
|
# OWNERS file for Kubernetes
|
|
OWNERS
|
|
# helm-docs templates
|
|
*.gotmpl
|
|
# docs folder
|
|
/docs
|
|
# icon
|
|
icon.png
|