mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-29 22:58:50 +00:00
Add kustomization source and decryption provider flags
This commit is contained in:
parent
a58c18e992
commit
5fd28439dc
5 changed files with 133 additions and 32 deletions
|
|
@ -50,5 +50,5 @@ func (l *LogLevel) Type() string {
|
|||
}
|
||||
|
||||
func (l *LogLevel) Description() string {
|
||||
return fmt.Sprintf("log level, available options are: (%s)", strings.Join(supportedArchs, ", "))
|
||||
return fmt.Sprintf("log level, available options are: (%s)", strings.Join(supportedLogLevels, ", "))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue