Skip to content

Commit 5db45ee

Browse files
docs: auto-generate chart documentation
1 parent 8e07def commit 5db45ee

5 files changed

Lines changed: 21 additions & 6 deletions

File tree

charts/wik-backup/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# wik-backup
22

3+
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)
4+
![Chart](https://img.shields.io/badge/Chart-wik--backup-blue?style=flat-square)
5+
36
Chart using Wikodit AIO Backup (based on restic)
47

58
## Installation

charts/wik-cronjob/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# wik-cronjob
22

3+
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)
4+
![Chart](https://img.shields.io/badge/Chart-wik--cronjob-blue?style=flat-square)
5+
36
## Introduction
47

58
This charts aims to simplify the deployment of a cronjob.

charts/wik-node-local-dns/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# wik-node-local-dns
22

3+
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square)
4+
![Chart](https://img.shields.io/badge/Chart-wik--node--local--dns-blue?style=flat-square)
5+
36
node-local-dns for ovh cluster
47

58
## Introduction

charts/wik-rbac/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# wik-rbac
22

3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square)
4+
![Chart](https://img.shields.io/badge/Chart-wik--rbac-blue?style=flat-square)
5+
36
Install rbac-manager and deal with users, roles and namespaces
47

58
## Introduction

charts/wik-webservice/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# wik-webservice
22

3+
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square)
4+
![Chart](https://img.shields.io/badge/Chart-wik--webservice-blue?style=flat-square)
5+
36
## Introduction
47

58
This chart simplifies the deployment of a webservice on Kubernetes.
@@ -163,26 +166,26 @@ webservice:
163166
image: myapp:latest
164167
hosts:
165168
- app.example.com
166-
169+
167170
# Define persistent storage
168171
storage:
169172
data:
170173
size: 10Gi
171174
storageClass: standard
172-
175+
173176
# Mount volumes
174177
volumes:
175178
# Mount PVC
176179
- name: data
177180
mountPath: /app/data
178181
storage: true
179-
182+
180183
# Mount ConfigMap
181184
- name: config
182185
mountPath: /app/config
183186
configMap:
184187
name: app-config
185-
188+
186189
# Mount Secret file
187190
- name: credentials
188191
mountPath: /app/credentials.json
@@ -210,13 +213,13 @@ webservice:
210213
image: myapp:latest
211214
hosts:
212215
- app.example.com
213-
216+
214217
initContainers:
215218
- name: init-db
216219
container:
217220
image: busybox
218221
command: ["sh", "-c", "echo waiting for db..."]
219-
222+
220223
additionalContainers:
221224
- name: log-shipper
222225
container:

0 commit comments

Comments
 (0)