diff --git a/gitops.sh b/gitops.sh index bcff87c..07987e1 100755 --- a/gitops.sh +++ b/gitops.sh @@ -11,6 +11,8 @@ FLEET_GLOBAL_FILE="${FLEET_GLOBAL_FILE:-$FLEET_GITOPS_DIR/default.yml}" FLEETCTL="${FLEETCTL:-fleetctl}" FLEET_DRY_RUN_ONLY="${FLEET_DRY_RUN_ONLY:-false}" FLEET_DELETE_OTHER_TEAMS="${FLEET_DELETE_OTHER_TEAMS:-true}" +# shellcheck disable=SC2034 +FLEET_ENABLE_LOG_TOPICS="deprecated-field-names" # Check for existence of the global file in case the script is used # on repositories with team only yamls.