Skip to content

Commit

Permalink
move config files to config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonhasacat committed Feb 7, 2024
1 parent efc9820 commit ea99b1a
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {
}
}
func generateConfigMap() error {
rootPath := "servers"
rootPath := "config"
pfx := len(rootPath) + 1
tpl := template.Must(template.ParseFiles("generator/templates/configmap.yaml"))

Expand Down

0 comments on commit ea99b1a

Please sign in to comment.