From 0baad77a4be9ecd55a57dcef70be8be9189ad037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odek=20Borkowski?= Date: Fri, 21 Feb 2020 12:18:06 +0100 Subject: [PATCH] Update an example for pvc in azure files unknown field `shareNamespace`. proper field name for access secret in different namespace is `secretNamespace` --- staging/volumes/azure_file/azure-pv.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/volumes/azure_file/azure-pv.yaml b/staging/volumes/azure_file/azure-pv.yaml index 3b78c45c..e48e3917 100644 --- a/staging/volumes/azure_file/azure-pv.yaml +++ b/staging/volumes/azure_file/azure-pv.yaml @@ -17,5 +17,5 @@ spec: # Replace with correct storage share name shareName: k8stest # In case the secret is stored in a different namespace - #shareNamespace: default + #secretNamespace: default readOnly: false