Skip to content

Unquoted KUBECONFIG variable in run_tests.sh #526

@brianredbeard

Description

@brianredbeard

Description

The KUBECONFIG variable is used without quotes, which will break if the path contains spaces.

Location

https://github.com/validatedpatterns/multicloud-gitops/blob/main/tests/interop/run_tests.sh

--kubeconfig $KUBECONFIG

Expected Behavior

Quote the variable: --kubeconfig "$KUBECONFIG"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions