feat(go-traefik-certmanager): initial commit
Some checks failed
ci/woodpecker/push/build unknown status
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/deploy unknown status

This commit is contained in:
Tom Neuber 2025-01-21 21:29:51 +01:00
parent 913eaceaa4
commit e2101672f8
Signed by: tom
GPG key ID: F17EFE4272D89FF6
13 changed files with 809 additions and 0 deletions

View file

@ -0,0 +1,8 @@
package config
type AppSettings struct {
CertIssuerName string
CertIssuerKind string
CertCleanup bool
PatchSecretName bool
}