mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 15:38:06 +00:00
Updating path for fetching 1password items to be of the op:// reference format
This commit is contained in:
@@ -178,7 +178,8 @@ func main() {
|
||||
ticker.Stop()
|
||||
return
|
||||
case <-ticker.C:
|
||||
updatedSecretsPoller.UpdateKubernetesSecretsTask()
|
||||
err := updatedSecretsPoller.UpdateKubernetesSecretsTask()
|
||||
log.Error(err, "Error occured during update secret task")
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
Reference in New Issue
Block a user