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

Use Downward API for Namespace #42

Merged
merged 2 commits into from
May 2, 2023

Commits on May 1, 2023

  1. Store pod namespace in environment variable with downward API

    Downward API simplifies the code by getting the pod's namespace without hard code it
    razo7 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    319509f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Fetch the namespace the operator is installed

    Instead of hard code the namespace of where the operator is installed just fetch the environment variable OPERATOR_NS so FAR CRs will be created on the same namespace that FAR operator has been installed
    razo7 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    0b07385 View commit details
    Browse the repository at this point in the history