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

[Feature/Chart] Quick fix for supporting watching multiple namespaces #25

Merged
merged 6 commits into from
Aug 19, 2020

Conversation

Arttii
Copy link
Contributor

@Arttii Arttii commented Aug 18, 2020

Q A
Bug fix? no
New feature? yes
API breaks? no
Deprecations? no
Related tickets #9
License Apache 2.0

What's in this PR?

Quick fix for supporting watching multiple namespaces

Why?

Needed to support multiple namespaces

Checklist

  • Implementation tested
  • User guide and development docs updated (if needed)
  • Append changelog with changes

@erdrix erdrix self-requested a review August 18, 2020 16:18
@erdrix erdrix added community enhancement New feature or request priority:1 labels Aug 18, 2020
arttii added 2 commits August 18, 2020 18:21
Signed-off-by: arttii <a.topchyan@reply.de>
Signed-off-by: arttii <a.topchyan@reply.de>
Copy link
Contributor

@erdrix erdrix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR :)

Can you replace this line in the deployment template: https://github.com/Orange-OpenSource/nifikop/blob/master/helm/nifikop/templates/deployment.yaml#L47

By :

- --namespaces={{- join "," .Values.namespaces -}}

As in the code we are not managing an array but a string : https://github.com/Orange-OpenSource/nifikop/blob/master/cmd/manager/main.go#L74

@Arttii
Copy link
Contributor Author

Arttii commented Aug 19, 2020

My mistake, I forgot to commit that line

Signed-off-by: arttii <a.topchyan@reply.de>
@erdrix erdrix changed the title Quick fix for supporting watching multiple namespaces [Feature/Chart] Quick fix for supporting watching multiple namespaces Aug 19, 2020
@erdrix erdrix merged commit 678e014 into Orange-OpenSource:master Aug 19, 2020
erdrix pushed a commit to erdrix/nifikop that referenced this pull request Sep 16, 2020
…Orange-OpenSource#25)

* Update role_binding.yaml

* Update role.yaml

* Update values.yaml

* Add non clustered role as described in  Orange-OpenSource#9

Signed-off-by: arttii <a.topchyan@reply.de>

* Add changelog

Signed-off-by: arttii <a.topchyan@reply.de>

* Add missing list to string conversion

Signed-off-by: arttii <a.topchyan@reply.de>
Signed-off-by: erdrix <alexandre.guitton@orange.com>
erdrix added a commit that referenced this pull request Sep 16, 2020
* Fix tutorial version (#16)

* fix tutorial version

* fix blog post

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* [Fix/Documentation] Chart helm CRDs and some documentations (#18)

* fix documentation

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* clean tool

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* add v1beta1 version

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* remove crds from chart and add v1beta1

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* update changelog

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* clean

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* Bump lodash from 4.17.15 to 4.17.19 in /website

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: erdrix <alexandre.guitton@orange.com>

* Bump acorn from 6.4.0 to 6.4.1 in /website

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: erdrix <alexandre.guitton@orange.com>

* tmp

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* [Fix/Documentation] Pattern & versions (#24)

* fix documentation

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* append changelog

* append changelog

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* move v1 into specific folder

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* add nifi registry client controller

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* nifi dataflow skeleton

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* [Feature/Chart] Quick fix for supporting watching multiple namespaces (#25)

* Update role_binding.yaml

* Update role.yaml

* Update values.yaml

* Add non clustered role as described in  #9

Signed-off-by: arttii <a.topchyan@reply.de>

* Add changelog

Signed-off-by: arttii <a.topchyan@reply.de>

* Add missing list to string conversion

Signed-off-by: arttii <a.topchyan@reply.de>
Signed-off-by: erdrix <alexandre.guitton@orange.com>

* refactor registry client reconcile

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* clean config

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* improve dataflow struct and reconcile skeleton

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* refactor error management

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* [Fix/Operator] PKI Finalizer namespace (#28)

* fix finalizer namespace

* append changelog

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* append changelog

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* prepare release 0.2.1 (#29)

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* drop queues

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* drop & drain, remove

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* drop & drain, remove

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* fix dataflow lifecycle

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* reformat and fix

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* automate crds generation

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* fix ordering

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* conf samples

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* unit test for clients

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* add documentation

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* unit test for clients

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* add documentation

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* append changelog

Signed-off-by: erdrix <alexandre.guitton@orange.com>

* cleaning

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Arttii <artyom.topchyan@live.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants