This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5013952bae
authelia
/
internal
/
suites
/
example
/
kube
/
namespace.yml
7 lines
72 B
YAML
Raw
Normal View
History
Unescape
Escape
Add the configuration files to deploy Authelia in a Kube cluster
2018-03-04 17:01:38 +00:00
---
refactor: single quote yaml strings Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-05-07 06:41:41 +00:00
apiVersion
:
'v1'
kind
:
'Namespace'
Add the configuration files to deploy Authelia in a Kube cluster
2018-03-04 17:01:38 +00:00
metadata
:
refactor: single quote yaml strings Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-05-07 06:41:41 +00:00
name
:
'authelia'
ci: add yamllint (#1895) This change implements yamllint and adjusts all yaml files to abide by our linting setup. This excludes config.template.yml as this will be done in an alternate commit.
2021-04-10 20:51:00 +00:00
...