duplicate value cleanup
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
d230b39dd3
commit
ce7ced5b6e
@ -132,7 +132,6 @@
|
||||
};
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
secrets = {
|
||||
"attic/secret-key".owner = "root";
|
||||
"attic/database-url".owner = "root";
|
||||
|
@ -132,7 +132,6 @@ in
|
||||
];
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
secrets = {
|
||||
"hydra/environment".owner = "hydra";
|
||||
"nix-serve/secret-key".owner = "root";
|
||||
|
@ -14,7 +14,6 @@ in
|
||||
};
|
||||
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
secrets = {
|
||||
"minio/credentials" = {
|
||||
owner = "minio";
|
||||
|
@ -27,7 +27,6 @@
|
||||
};
|
||||
};
|
||||
sops = {
|
||||
defaultSopsFile = ./secrets.yaml;
|
||||
secrets."server-validation/webhook".owner = "root";
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user