Kubeseal not available via nixpacks.toml config as code [PROD ISSUE]

cheveo
PRO

8 months ago

Hi,

we need kubeseal in one of our containers.

Therefore we wanted to use the nixpacks.toml. We saw that you have also a recent version of it in the deps:

[phases.setup]

nixPkgs = ['...', 'kubeseal']

But when we want to use it in our container, it logs, it is not found.

Kind regards

Solved

2 Replies

cheveo
PRO

8 months ago

Here logs.

Attachments


8 months ago

Heya, I'm not seeing kubeseal being installed in the build step. You specified your nixpacks config in the config as code section of your service, which is not correct.

To fix this, you can create a backend/railway.toml file with the following contents:

{
  "$schema": "https://railway.com/railway.schema.json",
  "build": {
    "nixpacksConfigPath": "backend/nixpacks.toml"
  }
}

Here's our docs for this: https://docs.railway.com/reference/config-as-code#nixpacks-config-path

Hope this helps !

Nico


Status changed to Awaiting User Response Railway 8 months ago


Railway
BOT

2 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway about 2 months ago


Kubeseal not available via nixpacks.toml config as code [PROD ISSUE] - Railway Help Station