We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813c1ef commit 02cb1efCopy full SHA for 02cb1ef
2 files changed
cmd/mailer/config.go
@@ -40,7 +40,7 @@ type configuration struct {
40
}
41
42
func newConfig() configuration {
43
- fs := flag.NewFlagSet("api", flag.ExitOnError)
+ fs := flag.NewFlagSet("mailer", flag.ExitOnError)
44
fs.Usage = flags.Usage(fs)
45
46
config := configuration{
infra/ketchup_cron.yaml
@@ -29,7 +29,6 @@ spec:
29
name: vibioh/mailer
30
tag: "202406281257" # {"$imagepolicy": "default:flux-mailer-web:tag"}
31
labels:
32
- k8s-cleaner: "true"
33
tags.datadoghq.com/env: "production"
34
tags.datadoghq.com/service: "mailer"
35
tags.datadoghq.com/version: "202406281257" # {"$imagepolicy": "default:flux-mailer-web:tag"}
0 commit comments