-
Notifications
You must be signed in to change notification settings - Fork 294
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
Conversation
Signed-off-by: Prasad Ghangal <[email protected]>
In G/V/R format its good to have plural resource(eg: pod -> v1/pods) |
@PrasadG193 I see a lot of indentation changes, are we using some linting tool for this? |
deploy-all-in-one.yaml
Outdated
- create | ||
- delete | ||
- error | ||
- name: rbac.authorization.k8s.io/v1/clusterrolebindings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: rbac.authorization.k8s.io/v1/clusterrolebindings | |
- name: rbac.authorization.k8s.io/v1/clusterroles |
deploy-all-in-one-tls.yaml
Outdated
- create | ||
- delete | ||
- error | ||
- name: rbac.authorization.k8s.io/v1/clusterrolebindings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: rbac.authorization.k8s.io/v1/clusterrolebindings | |
- name: rbac.authorization.k8s.io/v1/clusterroles |
@rahulchheda Yes, we run helm lint. Basically for lists |
Signed-off-by: Prasad Ghangal <[email protected]>
Signed-off-by: Prasad Ghangal [email protected]
ISSUE TYPE
SUMMARY
Update resource in deployment manifests with G/V/R format
Fixes #331