-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat(kustomize): adding deployment via kustomize #231
Conversation
Signed-off-by: Pawan <pawan@mayadata.io>
aca00ea
to
2f8926f
Compare
Should not this be added in ci to test deployment via (-k) and then run all/some sanity tests ? |
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.
Looks straight forward 👍
Thanks @spencergilbert .
@codegagan will you be able to work on that part? |
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.
looks good, a small comment for adding install cmd
deploy/yamls/kustomization.yaml
Outdated
- zfssnapshot-crd.yaml | ||
- zfsbackup-crd.yaml | ||
- zfsrestore-crd.yaml | ||
- zfs-driver.yaml |
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.
Do we need to update README with the command to use the kustomize based install using -k
with kubectl apply
?
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.
added.
Signed-off-by: Pawan <pawan@mayadata.io>
fixes : #214
Signed-off-by: Pawan pawan@mayadata.io