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

Commit

Permalink
add configmaps to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Mar 9, 2020
1 parent 3b4d9b8 commit b47fd5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ The following table lists the configurable parameters of the nifi chart and the
| `sts.AntiAffinity` | Affinity for pod assignment | `soft` |
| **secrets**
| `secrets` | Pass any secrets to the nifi pods. The secret can also be mounted to a specific path if required. | `nil` |
| **configmaps**
| `configmaps` | Pass any configmaps to the nifi pods. The configmap can also be mounted to a specific path if required. | `nil` |
| **nifi properties** |
| `properties.externalSecure` | externalSecure for when inbound SSL | `false` |
| `properties.isNode` | cluster node properties (only configure for cluster nodes) | `true` |
Expand Down

0 comments on commit b47fd5b

Please sign in to comment.