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

doc: add a minimal description for make deploy #49

Merged
merged 2 commits into from
Jan 7, 2022

Commits on Jan 6, 2022

  1. build: use quay.io/csiaddons/k8s-controller as container-image

    By using quay.io/csiaddons/k8s-controller:latest as container-image, it
    is possible to run `make deploy` and get a working environment.
    
    Signed-off-by: Niels de Vos <ndevos@redhat.com>
    nixpanic committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    6e5e542 View commit details
    Browse the repository at this point in the history
  2. doc: add a minimal description for make deploy

    Deploying with `make deploy` is the easiest while testing and
    developing. This is the recommended method for now.
    
    Signed-off-by: Niels de Vos <ndevos@redhat.com>
    nixpanic committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    75ec231 View commit details
    Browse the repository at this point in the history