@@ -864,7 +864,7 @@ spec:
864
864
// Create Repo and PackageInstall from YAML
865
865
kapp .RunWithOpts ([]string {"deploy" , "-f" , "-" , "-a" , name }, e2e.RunOpts {StdinReader : strings .NewReader (packageInstallYaml )})
866
866
867
- // syncPeriod of the App created via PackageInstall should match to configured value on a global controller level config
867
+ // syncPeriod of the App created via PackageInstall should match to default
868
868
kubectl .Run ([]string {"wait" , "--for=condition=ReconcileSucceeded" , "pkgi/" + name , "--timeout" , "1m" })
869
869
kubectl .Run ([]string {"wait" , "--for=condition=ReconcileSucceeded" , "apps/" + name , "--timeout" , "1m" })
870
870
out := kubectl .Run ([]string {"get" , fmt .Sprintf ("apps/%s" , name ), "-o" , "yaml" })
@@ -932,7 +932,7 @@ spec:
932
932
// Create Repo and PackageInstall from YAML
933
933
kapp .RunWithOpts ([]string {"deploy" , "-f" , "-" , "-a" , name }, e2e.RunOpts {StdinReader : strings .NewReader (packageInstallYaml )})
934
934
935
- // syncPeriod of the App created via PackageInstall should match to configured value on a global controller level config
935
+ // syncPeriod of the App created via PackageInstall should match to configured value part of PackageInstall.
936
936
kubectl .Run ([]string {"wait" , "--for=condition=ReconcileSucceeded" , "pkgi/" + name , "--timeout" , "1m" })
937
937
kubectl .Run ([]string {"wait" , "--for=condition=ReconcileSucceeded" , "apps/" + name , "--timeout" , "1m" })
938
938
out := kubectl .Run ([]string {"get" , fmt .Sprintf ("apps/%s" , name ), "-o" , "yaml" })
0 commit comments