Move the cluster bootstrap into the keys flake.
Bootstrapping the cluster needs access to secrets, so I am moving it into the keys flake.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
{
|
||||
deploy_script = appliedOverlay.k8s.deploy_script;
|
||||
default = appliedOverlay.k8s.all_keys;
|
||||
bootstrap_script = appliedOverlay.k8s.bootstrap_script;
|
||||
}
|
||||
);
|
||||
overlays.default = (
|
||||
|
||||
Reference in New Issue
Block a user