cluster/services/hercules-ci-multi-agent: disable AWS IMDS lookups

so this was the reason hci has been so fucking slow substituting things

fuck you, jeff
This commit is contained in:
Max Headroom 2023-12-01 18:28:34 +01:00
parent 4b34be5916
commit 993cb7f967

View file

@ -43,6 +43,7 @@ in
restartIfChanged = false;
environment = {
AWS_SHARED_CREDENTIALS_FILE = config.age.secrets."hci-cache-credentials-${name}".path;
AWS_EC2_METADATA_DISABLED = "true";
};
serviceConfig.Slice = "builder.slice";
};