From 098d504d2a409b23265318d24fbd073da27d64b1 Mon Sep 17 00:00:00 2001 From: Alex Vanderbist Date: Wed, 16 Mar 2022 18:21:00 +0100 Subject: [PATCH] Fix typos in readme (auto reset -> auto restart) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c641b78..8e128c9 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ metadata: annotations: operator.1password.io/auto-restart: "true" ``` -If the value is not set, the auto reset settings on the operator will be used. This value can be overwritten by deployment. +If the value is not set, the auto restart settings on the operator will be used. This value can be overwritten by deployment. **Per Deployment** This method allows for managing auto restarts on a given deployment. Auto restarts can by managed by setting the annotation `operator.1password.io/auto-restart` to either `true` or `false` on the desired deployment. An example of this is shown below: @@ -183,7 +183,7 @@ metadata: annotations: operator.1password.io/auto-restart: "true" ``` -If the value is not set, the auto reset settings on the namespace will be used. +If the value is not set, the auto restart settings on the namespace will be used. **Per OnePasswordItem Custom Resource** This method allows for managing auto restarts on a given OnePasswordItem custom resource. Auto restarts can by managed by setting the annotation `operator.1password.io/auto_restart` to either `true` or `false` on the desired OnePasswordItem. An example of this is shown below: @@ -196,7 +196,7 @@ metadata: annotations: operator.1password.io/auto-restart: "true" ``` -If the value is not set, the auto reset settings on the deployment will be used. +If the value is not set, the auto restart settings on the deployment will be used. ## Development