Closed davidsteinsland closed 6 years ago
See #66. Adds propertyMap to used Fasit resources.
propertyMap
Example:
fasitResources: used: - alias: mydb resourceType: datasource propertyMap: username: DB_USER
There's no validation/replacements on the variable value, but user's should adhere to standard env var conventions
Nice work 👍 Maybe also add a example and description of usage in nais_example.yaml?
See #66. Adds
propertyMap
to used Fasit resources.Example:
There's no validation/replacements on the variable value, but user's should adhere to standard env var conventions