Fix lint errors
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
1e83f14bbe
commit
1891a63281
4 changed files with 118 additions and 118 deletions
|
|
@ -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 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)
|
- 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/)
|
- [How To: Build Your Own Clair and Docker Registry Environment!](https://www.x-cellent.com/blog/build-your-own-clair-registry/)
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
- name: Gitea setup
|
- name: Gitea setup
|
||||||
block:
|
block:
|
||||||
- name: Install Gitea dynamic files
|
- name: Install Gitea dynamic files
|
||||||
k8s:
|
kubernetes.core.k8s:
|
||||||
state: present
|
state: present
|
||||||
context: "{{ my_context }}"
|
context: "{{ my_context }}"
|
||||||
merge_type: merge
|
merge_type: merge
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
- gitea-IngressRoute.yml.j2
|
- gitea-IngressRoute.yml.j2
|
||||||
# - gitea-IngressRouteTCP.yml.j2
|
# - gitea-IngressRouteTCP.yml.j2
|
||||||
# - name: Install Gitea static files
|
# - name: Install Gitea static files
|
||||||
# k8s:
|
# kubernetes.core.k8s:
|
||||||
# state: present
|
# state: present
|
||||||
# context: "{{ my_context }}"
|
# context: "{{ my_context }}"
|
||||||
# merge_type: merge
|
# merge_type: merge
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
name: drone
|
name: drone
|
||||||
chart_ref: drone/drone
|
chart_ref: drone/drone
|
||||||
release_namespace: "{{ drone_namespace }}"
|
release_namespace: "{{ drone_namespace }}"
|
||||||
create_namespace: yes
|
create_namespace: true
|
||||||
values: "{{ lookup('template', 'drone-helm-value.yaml.j2') | from_yaml }}"
|
values: "{{ lookup('template', 'drone-helm-value.yaml.j2') | from_yaml }}"
|
||||||
tags:
|
tags:
|
||||||
- drone-server
|
- drone-server
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
name: drone
|
name: drone
|
||||||
chart_ref: drone/drone-runner-kube
|
chart_ref: drone/drone-runner-kube
|
||||||
release_namespace: "{{ drone_runner_namespace }}"
|
release_namespace: "{{ drone_runner_namespace }}"
|
||||||
create_namespace: yes
|
create_namespace: true
|
||||||
values: "{{ lookup('template', 'drone-runner-helm-value.yaml.j2') | from_yaml }}"
|
values: "{{ lookup('template', 'drone-runner-helm-value.yaml.j2') | from_yaml }}"
|
||||||
tags:
|
tags:
|
||||||
- drone-runner
|
- drone-runner
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue