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

Inconsistencies resource loading in scheme file #103

Open
zivnevo opened this issue Aug 14, 2024 · 0 comments
Open

Inconsistencies resource loading in scheme file #103

zivnevo opened this issue Aug 14, 2024 · 0 comments
Labels

Comments

@zivnevo
Copy link
Member

zivnevo commented Aug 14, 2024

Look in tests/istio_testcases/example_policies/online_boutique_multi_layer_from_live_cluster_test:
When moving sidecars.yaml resource from networkPolicyList to resourceList, this resource is not loaded.
However, when moving also rest of policy resources from networkPolicyList to resourceList (see below), the sidecars are loaded:

resourceList: onlineboutique-resources/

networkConfigList:
  - name: onlineboutique-resources
    resourceList:
      - onlineboutique-resources/
      - istio-gateways.yaml
      - network_policies.yaml
      - sidecars.yaml
    networkPolicyList:
#      - istio-gateways.yaml
#      - network_policies.yaml
#      - sidecars.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant