File tree Expand file tree Collapse file tree
kubernetes/apps/tools/outline-dev Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ metadata:
44 name : outline-dev-db
55 namespace : outline-dev
66spec :
7+ # Must match the prod major version; a physical restore can't cross majors.
8+ imageName : ghcr.io/cloudnative-pg/postgresql:17.0
79 storage :
810 size : 10Gi
911 storageClass : zfs
Original file line number Diff line number Diff line change 2626 values :
2727 controllers :
2828 outline :
29+ pod :
30+ securityContext :
31+ fsGroup : 1001
2932 containers :
3033 app :
3134 image :
5558 name : outline-secret-keys
5659 - secretRef :
5760 name : outline-oauth-client
58- securityContext :
59- fsGroup : 1001
6061 valkey :
6162 containers :
6263 app :
Original file line number Diff line number Diff line change @@ -3,3 +3,6 @@ apiVersion: v1
33kind : Namespace
44metadata :
55 name : outline-dev
6+ annotations :
7+ # Lets the volsync restic mover chown files when restoring the prod snapshot.
8+ volsync.backube/privileged-movers : " true"
You can’t perform that action at this time.
0 commit comments