From ad276cb296658742e9fb4e8b5d16e1de9b7eecfe Mon Sep 17 00:00:00 2001 From: Joris Coenen Date: Tue, 28 Jun 2022 11:38:48 +0200 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a1c213..614d973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ * `OnePasswordItem` now contains a `status` which contains the status of creating the kubernetes secret for a OnePasswordItem. {#52} ## Fixes - * The operator no longer logs an error about changing the secret type if the secret type is not actally being changed. + * The operator no longer logs an error about changing the secret type if the secret type is not actually being changed. * Annotations on a deployment are no longer removed when the operator triggers a restart. {#112} ---