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

Fix typo in operator/docs/hack_operator_make_run.md #6180

Merged
merged 1 commit into from
May 17, 2022

Commits on May 17, 2022

  1. Fix typo in operator/docs/hack_operator_make_run.md

    Original command tries to apply kustomization.yaml which gives a
    validation error.
    ```
      kubectl apply -f config/overlays/development/minio
    ```
    
    Replaced with the -k version, which runs kuztomize:
    ```
      kubectl apply -k config/overlays/development/minio
    ```
    alanconway committed May 17, 2022
    Configuration menu
    Copy the full SHA
    92d3eab View commit details
    Browse the repository at this point in the history