|
667 | 667 | 'cmds': list([ |
668 | 668 | 'flux build tests/testdata/cluster2/flux (abs)', |
669 | 669 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
670 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 670 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
671 | 671 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
672 | 672 | ]), |
673 | 673 | }), |
674 | 674 | "Kustomization 'flux-system/cluster-apps'": dict({ |
675 | 675 | 'cmds': list([ |
676 | 676 | 'flux build tests/testdata/cluster2/apps (abs)', |
677 | 677 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
678 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 678 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
679 | 679 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
680 | 680 | ]), |
681 | 681 | }), |
682 | 682 | "Kustomization 'flux-system/cluster-apps-ingress-nginx'": dict({ |
683 | 683 | 'cmds': list([ |
684 | 684 | 'flux build tests/testdata/cluster2/apps/networking/ingress-nginx/app (abs)', |
685 | 685 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
686 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 686 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
687 | 687 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
688 | 688 | ]), |
689 | 689 | }), |
690 | 690 | "Kustomization 'flux-system/cluster-apps-ingress-nginx-certificates'": dict({ |
691 | 691 | 'cmds': list([ |
692 | 692 | 'flux build tests/testdata/cluster2/apps/networking/ingress-nginx/certificates (abs)', |
693 | 693 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
694 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 694 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
695 | 695 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
696 | 696 | ]), |
697 | 697 | }), |
698 | 698 | "Kustomization 'flux-system/cluster-apps-kubernetes-dashboard'": dict({ |
699 | 699 | 'cmds': list([ |
700 | 700 | 'flux build tests/testdata/cluster2/apps/monitoring/kubernetes-dashboard/app (abs)', |
701 | 701 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
702 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 702 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
703 | 703 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
704 | 704 | ]), |
705 | 705 | }), |
706 | 706 | "Kustomization 'tests/testdata/cluster2'": dict({ |
707 | 707 | 'cmds': list([ |
708 | 708 | "(tests/testdata/cluster2 (abs)) kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$' .", |
709 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 709 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
710 | 710 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
711 | 711 | ]), |
712 | 712 | }), |
|
732 | 732 | 'cmds': list([ |
733 | 733 | 'flux build tests/testdata/cluster3/namespaces/overlays/cluster3 (abs)', |
734 | 734 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
735 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 735 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
736 | 736 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
737 | 737 | ]), |
738 | 738 | }), |
739 | 739 | "Kustomization 'flux-system/tenants'": dict({ |
740 | 740 | 'cmds': list([ |
741 | 741 | 'flux build tests/testdata/cluster3/tenants/overlays/cluster3 (abs)', |
742 | 742 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
743 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 743 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
744 | 744 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
745 | 745 | ]), |
746 | 746 | }), |
747 | 747 | "Kustomization 'tests/testdata/cluster3'": dict({ |
748 | 748 | 'cmds': list([ |
749 | 749 | "(tests/testdata/cluster3 (abs)) kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$' .", |
750 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 750 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
751 | 751 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
752 | 752 | ]), |
753 | 753 | }), |
|
779 | 779 | 'cmds': list([ |
780 | 780 | 'flux build tests/testdata/cluster4/flux (abs)', |
781 | 781 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
782 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 782 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
783 | 783 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
784 | 784 | ]), |
785 | 785 | }), |
786 | 786 | "Kustomization 'flux-system/cluster-apps'": dict({ |
787 | 787 | 'cmds': list([ |
788 | 788 | 'flux build tests/testdata/cluster4/apps (abs)', |
789 | 789 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
790 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 790 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
791 | 791 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
792 | 792 | ]), |
793 | 793 | }), |
794 | 794 | "Kustomization 'flux-system/cluster-apps-kubernetes-dashboard'": dict({ |
795 | 795 | 'cmds': list([ |
796 | 796 | 'flux build tests/testdata/cluster4/apps/monitoring/kubernetes-dashboard (abs)', |
797 | 797 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
798 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 798 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
799 | 799 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
800 | 800 | ]), |
801 | 801 | }), |
802 | 802 | "Kustomization 'tests/testdata/cluster4'": dict({ |
803 | 803 | 'cmds': list([ |
804 | 804 | "(tests/testdata/cluster4 (abs)) kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$' .", |
805 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 805 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
806 | 806 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
807 | 807 | ]), |
808 | 808 | }), |
|
822 | 822 | 'cmds': list([ |
823 | 823 | 'flux build tests/testdata/cluster5/clusters/prod (abs)', |
824 | 824 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
825 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 825 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
826 | 826 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
827 | 827 | ]), |
828 | 828 | }), |
829 | 829 | "Kustomization 'tests/testdata/cluster5'": dict({ |
830 | 830 | 'cmds': list([ |
831 | 831 | "(tests/testdata/cluster5 (abs)) kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$' .", |
832 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 832 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
833 | 833 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
834 | 834 | ]), |
835 | 835 | }), |
|
855 | 855 | 'cmds': list([ |
856 | 856 | 'flux build tests/testdata/cluster6/apps (abs)', |
857 | 857 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
858 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 858 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
859 | 859 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
860 | 860 | ]), |
861 | 861 | }), |
862 | 862 | "Kustomization 'flux-system/flux-system'": dict({ |
863 | 863 | 'cmds': list([ |
864 | 864 | 'flux build tests/testdata/cluster6/cluster (abs)', |
865 | 865 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
866 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 866 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
867 | 867 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
868 | 868 | ]), |
869 | 869 | }), |
870 | 870 | "Kustomization 'tests/testdata/cluster6'": dict({ |
871 | 871 | 'cmds': list([ |
872 | 872 | "(tests/testdata/cluster6 (abs)) kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$' .", |
873 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 873 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
874 | 874 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
875 | 875 | ]), |
876 | 876 | }), |
|
902 | 902 | 'cmds': list([ |
903 | 903 | 'flux build tests/testdata/cluster7/flux/apps (abs)', |
904 | 904 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
905 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 905 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
906 | 906 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
907 | 907 | ]), |
908 | 908 | }), |
909 | 909 | "Kustomization 'flux-system/charts'": dict({ |
910 | 910 | 'cmds': list([ |
911 | 911 | 'flux build tests/testdata/cluster7/flux/charts (abs)', |
912 | 912 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
913 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 913 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
914 | 914 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
915 | 915 | ]), |
916 | 916 | }), |
917 | 917 | "Kustomization 'flux-system/flux-system'": dict({ |
918 | 918 | 'cmds': list([ |
919 | 919 | 'flux build tests/testdata/cluster7/clusters/home (abs)', |
920 | 920 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
921 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 921 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
922 | 922 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
923 | 923 | ]), |
924 | 924 | }), |
925 | 925 | "Kustomization 'tests/testdata/cluster7'": dict({ |
926 | 926 | 'cmds': list([ |
927 | 927 | "(tests/testdata/cluster7 (abs)) kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$' .", |
928 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 928 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
929 | 929 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
930 | 930 | ]), |
931 | 931 | }), |
|
964 | 964 | 'cmds': list([ |
965 | 965 | 'flux build tests/testdata/cluster/apps/prod (abs)', |
966 | 966 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
967 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 967 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
968 | 968 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
969 | 969 | ]), |
970 | 970 | }), |
971 | 971 | "Kustomization 'flux-system/flux-system'": dict({ |
972 | 972 | 'cmds': list([ |
973 | 973 | 'flux build tests/testdata/cluster/clusters/prod (abs)', |
974 | 974 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
975 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 975 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
976 | 976 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
977 | 977 | ]), |
978 | 978 | }), |
979 | 979 | "Kustomization 'flux-system/infra-configs'": dict({ |
980 | 980 | 'cmds': list([ |
981 | 981 | 'flux build tests/testdata/cluster/infrastructure/configs (abs)', |
982 | 982 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
983 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 983 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
984 | 984 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
985 | 985 | ]), |
986 | 986 | }), |
987 | 987 | "Kustomization 'flux-system/infra-controllers'": dict({ |
988 | 988 | 'cmds': list([ |
989 | 989 | 'flux build tests/testdata/cluster/infrastructure/controllers (abs)', |
990 | 990 | "kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$'", |
991 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 991 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
992 | 992 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
993 | 993 | ]), |
994 | 994 | }), |
995 | 995 | "Kustomization 'tests/testdata/cluster'": dict({ |
996 | 996 | 'cmds': list([ |
997 | 997 | "(tests/testdata/cluster (abs)) kustomize cfg grep 'kind=^(Kustomization|ConfigMap|Secret)$' .", |
998 | | - "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository'", |
| 998 | + "kustomize cfg grep 'spec.sourceRef.kind=GitRepository|OCIRepository|ExternalArtifact'", |
999 | 999 | "kustomize cfg grep 'kind=^(ConfigMap|Secret)$'", |
1000 | 1000 | ]), |
1001 | 1001 | }), |
|
0 commit comments