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

Update resource in deployment manifests with G/V/R format #332

Merged
merged 2 commits into from
Sep 7, 2020

Conversation

PrasadG193
Copy link
Collaborator

Signed-off-by: Prasad Ghangal [email protected]

ISSUE TYPE
  • Bug fix Pull Request
SUMMARY

Update resource in deployment manifests with G/V/R format

Fixes #331

@rahulchheda
Copy link

rahulchheda commented Sep 7, 2020

In G/V/R format its good to have plural resource(eg: pod -> v1/pods)
Do we want to mention that somewhere?

@rahulchheda
Copy link

rahulchheda commented Sep 7, 2020

@PrasadG193 I see a lot of indentation changes, are we using some linting tool for this?

- create
- delete
- error
- name: rbac.authorization.k8s.io/v1/clusterrolebindings

Choose a reason for hiding this comment

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

Suggested change
- name: rbac.authorization.k8s.io/v1/clusterrolebindings
- name: rbac.authorization.k8s.io/v1/clusterroles

- create
- delete
- error
- name: rbac.authorization.k8s.io/v1/clusterrolebindings

Choose a reason for hiding this comment

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

Suggested change
- name: rbac.authorization.k8s.io/v1/clusterrolebindings
- name: rbac.authorization.k8s.io/v1/clusterroles

@PrasadG193
Copy link
Collaborator Author

@rahulchheda Yes, we run helm lint. Basically for lists spaces are optional. Removing it won't affect anything but we are already using an additional 2 spaces in templates. Let's keep the consistency

Signed-off-by: Prasad Ghangal <[email protected]>
@mergify mergify bot merged commit 085bd73 into kubeshop:develop Sep 7, 2020
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

Successfully merging this pull request may close these issues.

[BUG] BotKube resource configuration in deployment manifests pointing to older syntax
3 participants