chore(refacto): fix secret and use katenary schema
- add possibility to use a katenary.yaml file to setup values - fix secret generation
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package generator
|
||||
|
||||
import "regexp"
|
||||
import (
|
||||
"katenary/generator/labels"
|
||||
"regexp"
|
||||
)
|
||||
|
||||
var (
|
||||
// find all labels starting by __replace_ and ending with ":"
|
||||
@@ -11,6 +14,6 @@ var (
|
||||
|
||||
// Standard annotationss
|
||||
Annotations = map[string]string{
|
||||
labelName("version"): Version,
|
||||
labels.LabelName("version"): Version,
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user