Fix lint errors
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-07-22 22:58:42 +02:00
parent 1e83f14bbe
commit 1891a63281
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
4 changed files with 118 additions and 118 deletions

View file

@ -16,7 +16,7 @@ Déploie l'usine logiciel dans Kubernetes.
- un registre docker (plus tard) [registry docker](https://github.com/cesanta/docker_auth/tree/main/chart/docker-auth)
- un registre de chart helm: [chartmuseum](https://artifacthub.io/packages/helm/chartmuseum/chartmuseum) (Manque l'authentification sur l'API) voir [artifacthub](https://github.com/artifacthub/hub)
- un registre de chart kubernetes.core.helm://github.com/artifacthub/hub)
- un scanner de vulnérabilité (plus tard aussi) [clair](https://github.com/quay/clair) avec [klar](https://github.com/optiopay/klar)
- [How To: Build Your Own Clair and Docker Registry Environment!](https://www.x-cellent.com/blog/build-your-own-clair-registry/)

View file

@ -2,7 +2,7 @@
- name: Gitea setup
block:
- name: Install Gitea dynamic files
k8s:
kubernetes.core.k8s:
state: present
context: "{{ my_context }}"
merge_type: merge
@ -13,7 +13,7 @@
- gitea-IngressRoute.yml.j2
# - gitea-IngressRouteTCP.yml.j2
# - name: Install Gitea static files
# k8s:
# kubernetes.core.k8s:
# state: present
# context: "{{ my_context }}"
# merge_type: merge
@ -55,7 +55,7 @@
name: drone
chart_ref: drone/drone
release_namespace: "{{ drone_namespace }}"
create_namespace: yes
create_namespace: true
values: "{{ lookup('template', 'drone-helm-value.yaml.j2') | from_yaml }}"
tags:
- drone-server
@ -67,7 +67,7 @@
name: drone
chart_ref: drone/drone-runner-kube
release_namespace: "{{ drone_runner_namespace }}"
create_namespace: yes
create_namespace: true
values: "{{ lookup('template', 'drone-runner-helm-value.yaml.j2') | from_yaml }}"
tags:
- drone-runner