From df4d104841073d6fd48ff6a7769cd3cadf63423b Mon Sep 17 00:00:00 2001 From: zhen <2997214615@qq.com> Date: Mon, 24 Feb 2020 20:47:50 +0800 Subject: [PATCH] [cinder] Fix misspelling Security_context'readOnlyRootFilesystem' under container cinder-backup is misspelled as' redOnlyRootFilesystem', this commit fixed this Change-Id: I5a1a9c1a9ae66d027199057a13e3119a326ef015 --- cinder/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/values.yaml b/cinder/values.yaml index 87b9c81510..d7d8c5c345 100644 --- a/cinder/values.yaml +++ b/cinder/values.yaml @@ -108,7 +108,7 @@ pod: capabilities: add: - SYS_ADMIN - redOnlyRootFilesystem: true + readOnlyRootFilesystem: true runAsUser: 0 cinder_scheduler: pod: