We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae982a4 commit 81f6a40Copy full SHA for 81f6a40
tools/bias_lang_migration.sh
@@ -541,7 +541,12 @@ get_current_deployment() {
541
fi
542
543
# Updates CR to use new version (v4)
544
- convert_CR_version ${updated_name} ${CR} ${CR_NAME}
+ if [[ "${CR}" == "MonitoringConsole" ]]; then
545
+ cp ${original_name} ${updated_name}
546
+ convert_CR_version ${updated_name} ${CR} ${CR_NAME}
547
+ else
548
549
+ fi
550
551
# Validate the updated CR is valid
552
dry_run ${updated_name}
0 commit comments