add secrets for tests-service and credentialsFile
This commit is contained in:
@@ -35,6 +35,12 @@
|
|||||||
key = "minioCredentials";
|
key = "minioCredentials";
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"tests-service" = {
|
||||||
|
sopsFile = ./secrets/tests-service.yaml;
|
||||||
|
key = "credentials";
|
||||||
|
format = "yaml";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -69,6 +75,7 @@
|
|||||||
services.tests-service = {
|
services.tests-service = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8080;
|
port = 8080;
|
||||||
|
credentialsFile = config.sops.secrets."tests-service".path;
|
||||||
default-nginx = {
|
default-nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostname = "test.roypository.com";
|
hostname = "test.roypository.com";
|
||||||
|
|||||||
Reference in New Issue
Block a user