You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the migration tool ./update-collection-v3 -in user-values.yaml -out v3.yaml
Expected output
There should be no warning in the console output from the migration tool
Actual output
$ ./update-collection-v3 -in user-values.yaml -out v3.yaml WARNING! Tracing config migrated to v3, please check the output file. For more details see documentation: https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/main/docs/v3-migration-doc.md#tracinginstrumentation-changes2023/01/20 14:15:32 Successfully migrated the configuration
The text was updated successfully, but these errors were encountered:
Version: v2.17.0
The warning "Tracing config migrated" is output even when there's no tracing config.
Steps to reproduce
user-values.yaml
file:./update-collection-v3 -in user-values.yaml -out v3.yaml
Expected output
There should be no warning in the console output from the migration tool
Actual output
The text was updated successfully, but these errors were encountered: