Skip to content
Snippets Groups Projects
Commit 53af2792 authored by Jessica Yuen's avatar Jessica Yuen
Browse files

Generate components/params.libsonnet file

The purpose of this file is to allow re-parameterization of components
after they are created.

`components/params.libsonnet` is generated on `ks init`. This file will
contain a jsonnet obj containing two objs:

1. global: contains user-defined global parameters; accessible to all
component and environments.
2. components: contains component-level parameters, defined initially
from `ks prototype use ...`

These objs are empty by default.
parent 6661d25b
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment