8 lines
136 B
Go
8 lines
136 B
Go
package config
|
|
|
|
type AppSettings struct {
|
|
CertIssuerName string
|
|
CertIssuerKind string
|
|
CertCleanup bool
|
|
PatchSecretName bool
|
|
}
|