Skip to content

Commit

Permalink
Fix example environment variables configuration
Browse files Browse the repository at this point in the history
Fix the example environment variables configuration of the README file.

Signed-off-by: Grigoris Thanasoulas <gregth@arrikto.com>
  • Loading branch information
gregth committed Apr 4, 2022
1 parent 7e4143c commit 8094ee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -200,12 +200,12 @@ example):
env:
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
fieldRef:
fieldPath: metadata.namespace
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
fieldRef:
fieldPath: metadata.name
```
- Add `--enable-capacity` to the command line flags.
- Add `StorageCapacity: true` to the CSIDriver information object.
Expand Down

0 comments on commit 8094ee2

Please sign in to comment.