Update azure_file volume example
removed secretNamespace property
This commit is contained in:
parent
fc8d33c5a1
commit
4ff9eb7424
|
@ -31,7 +31,6 @@ In the pod, you need to provide the following information:
|
||||||
- `secretName`: the name of the secret that contains both Azure storage account name and key.
|
- `secretName`: the name of the secret that contains both Azure storage account name and key.
|
||||||
- `shareName`: The share name to be used.
|
- `shareName`: The share name to be used.
|
||||||
- `readOnly`: Whether the filesystem is used as readOnly.
|
- `readOnly`: Whether the filesystem is used as readOnly.
|
||||||
- `secretNamespace`: (optional) The namespace in which the secret was created; `default` is used if not set
|
|
||||||
|
|
||||||
Create the secret:
|
Create the secret:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue