From e86fa5300ccf2c5b7673da7a413979dda8d329db Mon Sep 17 00:00:00 2001 From: melissaml Date: Wed, 23 May 2018 20:59:12 +0800 Subject: [PATCH] fix typos in documentation Change-Id: Ie0db25163554ce6532503eb998a8f3c7f349df11 --- charts/deckhand/values.yaml | 2 +- .../notes/oslo.policy-integration-f03ac6a7a2ccef5a.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/deckhand/values.yaml b/charts/deckhand/values.yaml index 66f6a58f..72fea2e3 100644 --- a/charts/deckhand/values.yaml +++ b/charts/deckhand/values.yaml @@ -74,7 +74,7 @@ dependencies: - service: key_manager endpoint: internal -# typically overriden by environmental +# typically overridden by environmental # values, but should include all endpoints # required by this chart endpoints: diff --git a/releasenotes/notes/oslo.policy-integration-f03ac6a7a2ccef5a.yaml b/releasenotes/notes/oslo.policy-integration-f03ac6a7a2ccef5a.yaml index a72fb509..a971d241 100644 --- a/releasenotes/notes/oslo.policy-integration-f03ac6a7a2ccef5a.yaml +++ b/releasenotes/notes/oslo.policy-integration-f03ac6a7a2ccef5a.yaml @@ -4,4 +4,4 @@ features: The ``oslo.policy`` framework has been integrated into Deckhand. All currently supported endpoints are covered by RBAC enforcement. All default policy rules are admin-only by default. The defaults can be - overriden via a custom ``policy.yaml`` file. + overridden via a custom ``policy.yaml`` file.