disable run-as-non-root lint check
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 18s
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 18s
This commit is contained in:
parent
3146a164a3
commit
937b11ca35
@ -37,4 +37,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Scan yaml files with kube-linter
|
- name: Scan yaml files with kube-linter
|
||||||
run: |
|
run: |
|
||||||
kube-linter lint .kubernetes/apps
|
kube-linter lint .kubernetes/apps --run-as-non-root=false
|
||||||
|
28
README.md
28
README.md
@ -20,13 +20,13 @@
|
|||||||
|
|
||||||
### Infrastructure
|
### Infrastructure
|
||||||
|
|
||||||
- ![Kubernetes][k8s]
|
- ![Kubernetes][k8s]
|
||||||
- ![Helm][helm]
|
- ![Helm][helm]
|
||||||
- ![Traefik][traefik]
|
- ![Traefik][traefik]
|
||||||
- ![Cert Manager][cert-manager]
|
- ![Cert Manager][cert-manager]
|
||||||
- ![Metallb][metallb]
|
- ![Metallb][metallb]
|
||||||
- ![NFS][nfs]
|
- ![NFS][nfs]
|
||||||
- ![FluxCD][fluxcd]
|
- ![FluxCD][fluxcd]
|
||||||
|
|
||||||
### Services
|
### Services
|
||||||
|
|
||||||
@ -36,12 +36,12 @@ See [services](./apps/production/) for a list of services that I use in my homel
|
|||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
- [ ] Hashicorp Vault & Consul
|
- [ ] Hashicorp Vault & Consul
|
||||||
- [ ] DroneCI
|
- [ ] DroneCI
|
||||||
|
|
||||||
### Backlog
|
### Backlog
|
||||||
|
|
||||||
- [ ] Add some kind of guides for how to use this
|
- [ ] Add some kind of guides for how to use this
|
||||||
|
|
||||||
See the [open issues](https://git.fascinated.cc/Fascinated/home-ops/issues) for a full list of proposed features (and known issues).
|
See the [open issues](https://git.fascinated.cc/Fascinated/home-ops/issues) for a full list of proposed features (and known issues).
|
||||||
|
|
||||||
@ -62,11 +62,3 @@ Don't forget to give the project a star! Thanks again!
|
|||||||
|
|
||||||
<!-- MARKDOWN LINKS & IMAGES -->
|
<!-- MARKDOWN LINKS & IMAGES -->
|
||||||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
||||||
|
|
||||||
[fluxcd]: https://fluxcd.io
|
|
||||||
[k8s]: https://kubernetes.io
|
|
||||||
[helm]: https://helm.sh
|
|
||||||
[traefik]: https://traefik.io
|
|
||||||
[cert-manager]: https://cert-manager.io
|
|
||||||
[metallb]: https://metallb.org
|
|
||||||
[nfs]: https://nfs.fascinated.cc
|
|
||||||
|
@ -20,7 +20,6 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
runAsNonRoot: true
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
resources:
|
resources:
|
||||||
|
Reference in New Issue
Block a user