Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Add ability to attach additional volumes & volumeMounts to NiFi container #147

Open
mh013370 opened this issue Nov 3, 2021 · 0 comments
Assignees
Labels
community enhancement New feature or request
Milestone

Comments

@mh013370
Copy link
Contributor

mh013370 commented Nov 3, 2021

Feature Request

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like to see
Add ability to attach additional volumes to the NiFi cluster image to mount arbitrary configs into the pod :

apiVersion: nifi.orange.com/v1alpha1
kind: NifiCluster
metadata:
  name: simplenifi
spec:
  ...
  volumes:
    - name: secret-params-volume
      secret:
        secretName: secret-params
  volumeMounts:
    - mountPath: /params
      name: secret-params-volume
  ...

Describe alternatives you've considered
The only possible alternative right now is to re-use the existing node-tmp volume via an init container, but you can't pull arbitrary secrets and/or config maps into it. This feature enables that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants