Apply the git repo to the cluster.
This commit is contained in:
@@ -134,6 +134,7 @@ makeScope newScope (
|
||||
secret_values = {
|
||||
"identity" = builtins.readFile "${self.ssh-keys.flux_ssh_key}/flux_ssh_key";
|
||||
"identity.pub" = builtins.readFile "${self.ssh-keys.flux_ssh_key}/flux_ssh_key.pub";
|
||||
"known_hosts" = builtins.readFile ./generated/known_hosts;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user