Configuring environment variables

Environment variables can be added to the NiFi container using the following spec:

spec:
  statefulset:
    env:
      - name: [***VARIABLE NAME***]
        value: [***VARIABLE VALUE***]