diff --git a/README.md b/README.md index c7793816..562d81f2 100644 --- a/README.md +++ b/README.md @@ -250,10 +250,10 @@ For example, to use persistentVolumeClaims: enabled: true packs: persistentVolumeClaim: - claim-name: pvc-st2-packs + claimName: pvc-st2-packs virtualenvs: persistentVolumeClaim: - claim-name: pvc-st2-virtualenvs + claimName: pvc-st2-virtualenvs ``` Or, for example, to use NFS: @@ -286,7 +286,7 @@ For example, to use persistentVolumeClaims: ... # define packs and virtualenvs volumes as shown above configs: persistentVolumeClaim: - claim-name: pvc-st2-pack-configs + claimName: pvc-st2-pack-configs ``` Or, for example, to use NFS: diff --git a/values.yaml b/values.yaml index 320561c0..5542a4db 100644 --- a/values.yaml +++ b/values.yaml @@ -174,7 +174,7 @@ st2: # example using persistentVolumeClaim: #persistentVolumeClaim: - # claim-name: pvc-st2-packs + # claimName: pvc-st2-packs # example using NFS: #nfs: