Skip to content

Commit

Permalink
Update cmd/spiffe-helper/config/config.go
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Memon <[email protected]>
  • Loading branch information
faisal-memon authored Feb 9, 2025
1 parent 24e6a86 commit 5745ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/spiffe-helper/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (c *Config) ValidateConfig(log logrus.FieldLogger) error {
if c.RenewSignal != "" {
log.Warn("renew_signal is set but daemon_mode is false. renew_signal will be ignored. This may become an error in a future release.")
}
// pid_file_name is new enough that there should not be existing configuration that uses it without daemon_mode
// pid_file_name is new enough that there should not be existing configurations that use it without daemon_mode
// so we can error here without B/C worries. In future we may support one-shot signalling of a process, but
// it's ignored at the moment so we shouldn't allow the user to think it's doing something.
if c.PIDFileName != "" {
Expand Down

0 comments on commit 5745ad0

Please sign in to comment.