resolve conflict

This commit is contained in:
vincent 2022-04-27 08:42:33 +02:00
commit d4bd5acbc2
3 changed files with 20 additions and 7 deletions

View File

@ -22,3 +22,16 @@ ConfigMap: objet kubernetes permettant de stocker des configurations peut être
## namespace ## namespace
Permet de séparer les pod et de ne travailler que sur les pod nécessaire Permet de séparer les pod et de ne travailler que sur les pod nécessaire
## workload
### deployment
### statefullset
### daemonset
## secret
Stocké en base64
Voir external-secrets pour synchro avec un vault

View File

@ -1,6 +1,6 @@
--- ---
created: 2022-02-26T10:26:47+01:00 created: 2022-02-26T10:26:47+01:00
modified: 2022-02-26T10:30:10+01:00 modified: 2022-04-05T23:25:53+02:00
--- ---
# Helm # Helm
@ -16,4 +16,4 @@ Helm dependency build .
```sh ```sh
Helm install -n vault vault . -f values.yml Helm install -n vault vault . -f values.yml
``| ```

View File

@ -1,15 +1,15 @@
# list syncthing share on main Server # list syncthing share on main Server
- Pi2: - Pi2:
-name:beet_db - name:beet_db
path:/mnt/diskstation/home/beet_db path:/mnt/diskstation/home/beet_db
type:sendreceive type:sendreceive
-name:notes - name:notes
path:/mnt/diskstation/home/notes2 path:/mnt/diskstation/home/notes2
type:sendreceive type:sendreceive
-name:Caméra - name:Caméra
path:/mnt/diskstation/photo/backup path:/mnt/diskstation/photo/backup
type:receiveonly type:receiveonly
-name:keepass - name:keepass
path:/mnt/diskstation/home/keepass path:/mnt/diskstation/home/keepass
type:sendreceive type:sendreceive