Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
use default StorageClass
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Sep 24, 2019
1 parent b8a9541 commit e898b81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nifi
version: 0.1.7
version: 0.2.0
appVersion: 1.9.2
description: Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The following table lists the configurable parameters of the nifi chart and the
| `ingress.tls` | Ingress TLS configuration | `[]` |
| **Persistence** |
| `persistence.enabled` | Use persistent volume to store data | `false` |
| `persistence.storageClass` | Storage class name of PVCs | `standard` |
| `persistence.storageClass` | Storage class name of PVCs (use the default type if unset) | `nil` |
| `persistence.accessMode` | ReadWriteOnce or ReadOnly | `[ReadWriteOnce]` |
| `persistence.dataStorage.size` | Size of persistent volume claim | `1Gi` |
| `persistence.flowfileRepoStorage.size` | Size of persistent volume claim | `10Gi` |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ persistence:
# For example:
# storageClass: standard
#
# The default storage class is used if this variable is not set.

storageClass: standard
accessModes: [ReadWriteOnce]
## Storage Capacities for persistent volumes
# Storage capacity for the 'data' directory, which is used to hold things such as the flow.xml.gz, configuration, state, etc.
Expand Down

0 comments on commit e898b81

Please sign in to comment.