chore(typo): fix some typos

This commit is contained in:
2024-11-25 12:00:04 +01:00
parent dc34d32c5c
commit 41a0dc58a5
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ type IngressValue struct {
TLS TLS `yaml:"tls"`
}
// Value will be saved in values.yaml. It contains configuraiton for all deployment and services.
// Value will be saved in values.yaml. It contains configuration for all deployment and services.
type Value struct {
Repository *RepositoryValue `yaml:"repository,omitempty"`
Persistence map[string]*PersistenceValue `yaml:"persistence,omitempty"`