File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11{ config , ...} : {
2- sops . secrets . kitchenowlJwt = { } ;
3- sops . secrets . kitchenowlOidcSecret = { } ;
2+ sops . secrets . kitchenowlJwt = {
3+ mode = "0440" ;
4+ } ;
5+ sops . secrets . kitchenowlOidcSecret = {
6+ mode = "0440" ;
7+ } ;
48
59 virtualisation . oci-containers . containers . kitchenowl = {
610 image = "docker.io/tombursch/kitchenowl:latest" ;
1822 } ;
1923 volumes = [
2024 "/home/lua/podman/kitchenowl:/data"
21- "${ config . sops . secrets . kitchenowlJwt . path } :/run/secrets/jwt_secret_key"
22- "${ config . sops . secrets . kitchenowlOidcSecret . path } :/run/secrets/oidc_client_secret"
25+ "${ config . sops . secrets . kitchenowlJwt . path } :/run/secrets/jwt_secret_key:ro,U "
26+ "${ config . sops . secrets . kitchenowlOidcSecret . path } :/run/secrets/oidc_client_secret:ro,U "
2327 ] ;
2428 } ;
2529}
You can’t perform that action at this time.
0 commit comments