Config reference ΒΆ
This is the reference documentation for configs on the Nais platform.
Console ΒΆ
Visit Nais Console to find and manage your team's configs.
Workloads ΒΆ
Use a config in your workload by referencing them in your nais.yaml manifest.
The config can be made available as environment variables or files.
Environment Variables ΒΆ
yaml
spec:
envFrom:
- configmap: <config-name>See also:
π NaisJob reference
Files ΒΆ
yaml
spec:
filesFrom:
- configmap: <config-name>
mountPath: /var/run/configmaps/<config-name>See also:
π NaisJob reference