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

nifi-registry support git branch in values.yaml #131

Open
chwongeric opened this issue Nov 23, 2021 · 3 comments
Open

nifi-registry support git branch in values.yaml #131

chwongeric opened this issue Nov 23, 2021 · 3 comments

Comments

@chwongeric
Copy link

Dear nifi-registry chart support,

Could we add git branch support for nifi-registry's values.yaml?
I tried to add branch name like - branch: 'develop' but no luck, all flow files always write to master branch instead. How do I use and integrate with specific branch with nifi-registry in values.yaml?

thanks a lot for help!

flowProvider:
  git:
    enabled: true
    url: 'https://user:passwd@bitbucket.org/developers/nifi_flows'
    remote: 'origin'
    branch: 'develop'
    user: 'user'
    password: 'passwd'

@happy-code-com
Copy link

To define more detailed remote spec such as branch names, use Refspec (see https://git-scm.com/book/en/v2/Git-Internals-The-Refspec).

@Rachitgupta12-code
Copy link

Hi can you please help me to integrate nifi-registry with gitlab

@NechiHeni
Copy link

I'm facing issues trying to integrate nifi-registry with git, can any help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants