We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b402e commit 5e06659Copy full SHA for 5e06659
internal/provider/adc/adc.go
@@ -360,8 +360,8 @@ func (d *adcClient) sync(ctx context.Context, task Task) error {
360
log.Debugw("syncing resources", zap.Any("task", task))
361
362
if len(task.configs) == 0 {
363
- log.Errorw("no adc configs provided", zap.Any("task", task))
364
- return errors.New("no adc configs provided")
+ log.Warnw("no adc configs provided", zap.Any("task", task))
+ return nil
365
}
366
367
// for global rules, we need to list all global rules and set it to the task resources
0 commit comments