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