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

peer-pods: validate CM and Secret are set #353

Merged
merged 3 commits into from
Nov 9, 2023

Commits on Nov 9, 2023

  1. image-generator: set cloud-provider at initialization

    We usually fetching cloud-provider name from either the peer-pods CM CLOUD_PROVIDER value
    or from the infra object, as cloud provider is not expected to be changed at runtime
    this commit moves its fetching into the image-generator initialization.
    Additionally fetching the cloud-provider solely from the infra Object to avoid relying on
    user input (from peer-pods CM)
    
    Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
    snir911 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    bc413dc View commit details
    Browse the repository at this point in the history
  2. peer-pods: validate essential peer-pods values are set

    in peer-pods ConfigMap or Secret
    it's assumed essential values will not be modified once set and
    kataConfig was created
    
    Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
    snir911 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e45dd98 View commit details
    Browse the repository at this point in the history
  3. image-generation: fix azure login

    Signed-off-by: Snir Sheriber <ssheribe@redhat.com>
    snir911 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7de0bf7 View commit details
    Browse the repository at this point in the history