Ignore restart annotation when looking for 1Password annotations

This commit is contained in:
jillianwilson
2021-01-13 15:32:03 -04:00
parent 75b9f474ab
commit 76ee62519e
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ func (r *ReconcileDeployment) Reconcile(request reconcile.Request) (reconcile.Re
annotations, annotationsFound := op.GetAnnotationsForDeployment(deployment, r.opAnnotationRegExp)
if !annotationsFound {
reqLogger.Info("No One Password Annotations found")
reqLogger.Info("No 1Password Annotations found")
return reconcile.Result{}, nil
}