- add possibility to use a katenary.yaml file to setup values - fix secret generation
11 lines
421 B
Go
11 lines
421 B
Go
/*
|
|
Package katenaryfile is a package for reading and writing katenary files.
|
|
|
|
A katenary file, named "katenary.yml" or "katenary.yaml", is a file where you can define the
|
|
configuration of the conversion avoiding the use of labels in the compose file.
|
|
|
|
Formely, the file describe the same structure as in labels, and so that can be validated and
|
|
completed by LSP. It also ease the use of katenary.
|
|
*/
|
|
package katenaryfile
|