• Hordur Freyr Yngvason's avatar
    Fix k8s deployment namespace resolution · c7af9ba1
    Hordur Freyr Yngvason authored
    The namespace shown on the job show page was sometimes incorrect for
    deployments to non-managed clusters when
    environment:kubernetes:namespace was specified in the CI YAML. This was
    due to the last successful deployment being used to resolve the CI YAML
    namespace, instead of the CI YAML for the deployment being constructed.
    
    Note that the correct namespace was still being used for the actual
    deployment.
    c7af9ba1
deployment_spec.rb 3.41 KB