Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeschiren committed Aug 3, 2023
1 parent 4b9e61d commit 09a7e4e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,3 @@ Based on the [Directus Community Helm Charts](https://github.com/directus-commun
## Documentation

Chart documentation is found in the [chart directory](charts/directus/README.md).




Snapshots idé:

Snapshot pod
DIFF=$(diff latest-state.yaml state.yaml)
if [ "$DIFF" != "" ]; then echo "modified"; fi

det vill säga, startup, skapa state.yaml. sedan 1 gång per var 5 minut efter sleep, gör ny export.
Om diff, ladda upp nya filen till storage, byt ut startup.yaml mot nya exporten.

Vidareutveckling:
* Lägg snapshot.yaml som configmap
* Importera med pre-upgrade hook om definerad.
https://helm.sh/docs/topics/charts_hooks/

0 comments on commit 09a7e4e

Please sign in to comment.