From 9626798958d580197b1d666ea620d16937830f29 Mon Sep 17 00:00:00 2001 From: Mauro Franchini Date: Wed, 14 Dec 2022 08:21:26 +0100 Subject: [PATCH] Fix typo (#13834) Signed-off-by: Mauro Franchini Signed-off-by: Mauro Franchini --- bitnami/argo-workflows/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/argo-workflows/README.md b/bitnami/argo-workflows/README.md index 9901c5fb7..5db1ced64 100644 --- a/bitnami/argo-workflows/README.md +++ b/bitnami/argo-workflows/README.md @@ -414,7 +414,7 @@ You may want to have Argo Workflows controller connected to a database to store postgresql.enabled=true ``` -If your installaion does not require to to store controller evidences, you can disable the controller persistence by setting `postgresql.enabled=false`, `mysql.enabled=false` and ` externalDatabase.enabled=false`. +If your installation does not require to to store controller evidences, you can disable the controller persistence by setting `postgresql.enabled=false`, `mysql.enabled=false` and ` externalDatabase.enabled=false`. #### External database @@ -495,4 +495,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.