Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
juldrixx opened this issue Mar 24, 2022 · 0 comments
Closed
Labels
community enhancement New feature or request

Comments

@juldrixx
Copy link
Contributor

From nifikop created by michael81877: Orange-OpenSource/nifikop#147

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.

@juldrixx juldrixx added community enhancement New feature or request labels Mar 24, 2022
@erdrix erdrix closed this as completed Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants